From f00159f53b3774601500ec65345791311ff6efa1 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 30 Jan 2024 16:16:05 +0000 Subject: migrate to poem and askama --- templates/latestposts.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/latestposts.html (limited to 'templates/latestposts.html') diff --git a/templates/latestposts.html b/templates/latestposts.html new file mode 100644 index 0000000..e2dfa9f --- /dev/null +++ b/templates/latestposts.html @@ -0,0 +1,13 @@ +
+

latest posts atom newsfeed

+ + {% for blogpost in blogposts %} + + + + {% endfor %} +
{{ blogpost.subject().unwrap_or("untitled") + }}
+
\ No newline at end of file -- cgit