feat: page template uses page_title macro
This commit is contained in:
+2
-5
@@ -1,12 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
{% import "macros/page_title.html" as pt %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<section class="single-page-title">
|
||||
<div class="container text-center hidden-xs">
|
||||
<h2>{{ page.title }}</h2>
|
||||
</div>
|
||||
</section>
|
||||
{{ pt::page_title(title=page.title) }}
|
||||
|
||||
<section class="ptb-100">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user