This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
fontenay-themes/templates/authentic2/base-page.html

9 lines
154 B
HTML

{% extends "authentic2/base.html" %}
{% block placeholder-content %}
<div class="a2-block">
{% block content %}
{% endblock %}
</div>
{% endblock %}