Add the page title into the well

This commit is contained in:
James Polley 2017-10-16 21:59:19 +11:00
parent bfa94b8c5e
commit c133f88832

View file

@ -1,4 +1,7 @@
{% extends "utility_page.html" %}
{% block header_title %}{{ flatpage.title }}{% endblock header_title %}
{% block content %}
{{ flatpage.content }}