feat: add page_title macro for subpage banner

This commit is contained in:
2026-05-20 23:56:28 +02:00
parent 478a77b61a
commit 5a40499753
+7
View File
@@ -0,0 +1,7 @@
{% macro page_title(title) %}
<section class="single-page-title">
<div class="container text-center">
<h2>{{ title }}</h2>
</div>
</section>
{% endmacro %}