Files
alexohneander-zola/templates/macros/page_header.html

6 lines
138 B
HTML

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