tabi/templates/macros/page_header.html
2023-09-09 17:58:27 +02:00

7 lines
140 B
HTML

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