Add the page title into the well
This commit is contained in:
parent
bfa94b8c5e
commit
c133f88832
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
{% extends "utility_page.html" %}
|
||||
|
||||
{% block header_title %}{{ flatpage.title }}{% endblock header_title %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{{ flatpage.content }}
|
||||
|
|
Loading…
Reference in a new issue