feat: page template uses page_title macro
This commit is contained in:
+2
-5
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user