roxy-tera-parser/tests/base.html

8 lines
133 B
HTML
Raw Permalink Normal View History

2024-02-19 11:39:28 +00:00
{% import "macros.html" as macros %}
{% block main %}
{{ macros::test() }}
{% include "include-me.html" %}
{% endblock main %}