2023-03-06 00:20:31 +01:00

8 lines
142 B
HTML

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