8 lines
164 B
HTML
8 lines
164 B
HTML
{% macro page_title(title) %}
|
|
<section class="single-page-title">
|
|
<div class="container text-center">
|
|
<h2>{{ title }}</h2>
|
|
</div>
|
|
</section>
|
|
{% endmacro %}
|