mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00
6 lines
81 B
HTML
6 lines
81 B
HTML
{% raw %}
|
|
{% block name %}
|
|
<span>{{ name }}</span>
|
|
{% endblock %}
|
|
{% endraw %}
|