X-Git-Url: http://git.purplebirdman.com/web-gallery.git/blobdiff_plain/d9f3ffac33f1665aa93022c32ae48e35ca57d04a..refs/heads/master:/navigator/app/templates/gallery.html diff --git a/navigator/app/templates/gallery.html b/navigator/app/templates/gallery.html index d9404e0..72c7f33 100644 --- a/navigator/app/templates/gallery.html +++ b/navigator/app/templates/gallery.html @@ -1,21 +1,17 @@ - - - - {{ title }} - - - - -
-

{{ title }}

+{% extends 'base.html' %} - -
- - +{% block title %} +{{ title }} +{% endblock %} + +{% block content %} +

{{ title }}

+ + +{% endblock %}