mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
7 lines
140 B
HTML
7 lines
140 B
HTML
{% macro page_header(title) %}
|
|
|
|
<h1 class="title-container section-title bottom-divider">
|
|
{{ title }}
|
|
</h1>
|
|
|
|
{% endmacro page_header %}
|