Files
askama/testing/templates/include-extends.html
2024-01-17 17:58:53 +01:00

5 lines
84 B
HTML

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