feat: page template uses page_title macro

This commit is contained in:
2026-05-21 00:06:36 +02:00
parent e6665f62f0
commit 75ef222792
+2 -5
View File
@@ -1,12 +1,9 @@
{% extends "base.html" %} {% extends "base.html" %}
{% import "macros/page_title.html" as pt %}
{% block content %} {% block content %}
<section class="single-page-title"> {{ pt::page_title(title=page.title) }}
<div class="container text-center hidden-xs">
<h2>{{ page.title }}</h2>
</div>
</section>
<section class="ptb-100"> <section class="ptb-100">
<div class="container"> <div class="container">