From d300415652d513a54c214c894e996036d2c999ce Mon Sep 17 00:00:00 2001 From: foswret Date: Sat, 21 Mar 2026 21:38:23 -0500 Subject: first commit --- templates/posts.html | 12 ++++++++++++ 1 file changed, 12 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..cb6c14b --- /dev/null +++ b/templates/posts.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} + +{% block content %} +

+ {{ section.title }} +

+ +{% endblock content %} -- cgit v1.2.3