From ae9a1ed65a38cd4864fdbf04dfcd283275d6e510 Mon Sep 17 00:00:00 2001 From: Walker Waylon Scott Date: Sun, 23 Jul 2017 13:45:00 -0500 Subject: [PATCH] added body --- src/templates/index.html | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/src/templates/index.html b/src/templates/index.html index 9f87539..b804477 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -1,2 +1,32 @@ {% extends "layout.html" %} -{% set active_page = "index" %} \ No newline at end of file +{% set active_page = "index" %} + +{% block head %} + {{ super() }} + + + + + + + + +{% endblock %} + +{% block body %} + {{ super ()}} + +
+
+
+
+ {{ body | safe }} + +
+
+
+
+
+ + +{% endblock %} \ No newline at end of file