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