diff options
author | Nikolas <nikolas@boutalas.com> | 2024-10-28 18:16:08 +0200 |
---|---|---|
committer | Nikolas <nikolas@boutalas.com> | 2024-10-28 18:16:08 +0200 |
commit | 9d114262053fe91bca8077773ed5908e1d9e8696 (patch) | |
tree | 594023552c4e479f3f3fb94dba9b0b3b2c5628ac /templates/photos-page.html | |
parent | d327a8f7e51ac3e6be95f7a7b9204343c9553899 (diff) |
index: add photos section
Diffstat (limited to 'templates/photos-page.html')
-rw-r--r-- | templates/photos-page.html | 4 |
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 %} |