summaryrefslogtreecommitdiff
path: root/templates/photos-page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/photos-page.html')
-rw-r--r--templates/photos-page.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/photos-page.html b/templates/photos-page.html
new file mode 100644
index 0000000..53f8b5c
--- /dev/null
+++ b/templates/photos-page.html
@@ -0,0 +1,4 @@
+{% extends "base.html" %} {% block body %}
+<h1>{{page.extra.caption}}</h1>
+<img alt="{{page.extra.caption}}" src="{{ page.extra.file_name }}" />
+{{ page.content | safe }} {% endblock body %}