welpo 3aa22cb3ad
♻️ refactor: split macros.html in different files
Clearer macros format.
2023-02-21 19:39:54 +01:00

6 lines
125 B
HTML

{% macro page_header(title) %}
<div class="title-container section-title">
{{ title }}
</div>
{% endmacro page_header %}