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

{{ title }}

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

{{ title }}

+ + +{% endblock %}