From 16f75683abd5040d1d6c6d5fb41242728d5ee585 Mon Sep 17 00:00:00 2001 From: Socks Date: Fri, 16 Feb 2018 05:26:07 +0000 Subject: [PATCH] Added navigation bar, new post modal --- templates/layout.html | 58 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/templates/layout.html b/templates/layout.html index f7e5884..5798872 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -2,9 +2,63 @@ - $Title$ + + + + + {{ title }} - Tweeder -$END$ + + + {% block content %} + {% endblock %} + + + + + \ No newline at end of file