From d300415652d513a54c214c894e996036d2c999ce Mon Sep 17 00:00:00 2001 From: foswret Date: Sat, 21 Mar 2026 21:38:23 -0500 Subject: first commit --- templates/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..560c000 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block content %} +

+ This is a blog made with Zola. +

+

Posts.

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