feat: add page_title macro for subpage banner
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
{% macro page_title(title) %}
|
||||||
|
<section class="single-page-title">
|
||||||
|
<div class="container text-center">
|
||||||
|
<h2>{{ title }}</h2>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
{% endmacro %}
|
||||||
Reference in New Issue
Block a user