From f2bd378e1a8cdfa7d1520b3734a748dd1cd9de25 Mon Sep 17 00:00:00 2001
From: "Adam T. Carpenter"
Date: Sat, 7 Sep 2024 22:39:41 -0400
Subject: feat: serve static and assets add policies and index from base
---
templates/posts.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 templates/posts.html
(limited to 'templates/posts.html')
diff --git a/templates/posts.html b/templates/posts.html
new file mode 100644
index 0000000..9f522a6
--- /dev/null
+++ b/templates/posts.html
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+
+{% block main %}
+
+
+
+ {% for title in post_titles %}
+ - {{ title }}
+ {% endfor %}
+
+
+
+{% endblock %}
--
cgit v1.2.3