2023-09-09 18:03:09 +02:00

8 lines
140 B
HTML

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