askama/testing/templates/include-extends-base.html
max 5cad82f38e Allow included templates to extend, import, and macro
Signed-off-by: max <gmx.sht@gmail.com>
2024-01-17 17:58:53 +01:00

7 lines
137 B
HTML

<div>
<p>Below me is the header</p>
{% block header %}{% endblock %}
<p>Above me is the header</p>
</div>
Hello, {{ name }}!