mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 05:51:32 +00:00
7 lines
137 B
HTML
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 }}!
|