askama/testing/templates/include-extends.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

5 lines
84 B
HTML

<div>
<h1>Welcome</h1>
{% include "include-extends-included.html" %}
</div>