From 9d114262053fe91bca8077773ed5908e1d9e8696 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Mon, 28 Oct 2024 18:16:08 +0200 Subject: index: add photos section --- templates/photos-page.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/photos-page.html (limited to 'templates/photos-page.html') 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 %} +

{{page.extra.caption}}

+{{page.extra.caption}} +{{ page.content | safe }} {% endblock body %} -- cgit v1.2.3