From 7e892f25b17a2d81ccf88484f4a031108968c9d6 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 17 Sep 2022 18:18:35 +0100 Subject: [PATCH] add {{content}} section to index.html template. --- templates/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/index.html b/templates/index.html index efe29dd..d825c1a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,4 +7,7 @@ Log In Sign Up Pages +
+ {{content | safe }} +
{% endblock %}