From ac39e6ac7f242c9bc2fa36980594452bf0e287e8 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Sun, 16 Mar 2025 00:19:48 -0400 Subject: [PATCH] evilring --- blog/templates/base.html | 8 ++++++++ blog/templates/index.html | 1 + 2 files changed, 9 insertions(+) diff --git a/blog/templates/base.html b/blog/templates/base.html index 60b2035..cf5c132 100644 --- a/blog/templates/base.html +++ b/blog/templates/base.html @@ -29,4 +29,12 @@ + + diff --git a/blog/templates/index.html b/blog/templates/index.html index 9d03a84..9cdfcfe 100644 --- a/blog/templates/index.html +++ b/blog/templates/index.html @@ -8,4 +8,5 @@

{{ section.content | safe }}

Posts.

+ {% endblock content %}