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