tabi/templates/macros/page_header.html
2023-09-12 21:21:59 +02:00

5 lines
138 B
HTML

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