X-Git-Url: http://git.purplebirdman.com/web-gallery.git/blobdiff_plain/d9f3ffac33f1665aa93022c32ae48e35ca57d04a..refs/heads/master:/navigator/app/templates/pages.html diff --git a/navigator/app/templates/pages.html b/navigator/app/templates/pages.html index 9b4a70d..8ff8c83 100644 --- a/navigator/app/templates/pages.html +++ b/navigator/app/templates/pages.html @@ -1,28 +1,22 @@ - - - - {{ title }} - - - - -
+{% extends 'base.html' %} - {% if header %} -
- {% autoescape false %} - {{ header }} - {% endautoescape %} -
- {% endif %} +{% block title %} +{{ title }} +{% endblock %} - -
- - +{% block content %} +{% if header %} +
+{% autoescape false %} +{{ header }} +{% endautoescape %} +
+{% endif %} + +