From 9368354cc67ef037fa67cb417b8fd21c0582da4a Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 9 Jul 2018 14:34:53 -0400 Subject: [PATCH] template block for placing the sidenav --- templates/base.html.to | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/base.html.to b/templates/base.html.to index dca55fe8..f271513d 100644 --- a/templates/base.html.to +++ b/templates/base.html.to @@ -14,6 +14,8 @@ {% include 'header.html.to' %}
+ {% block sidenav %}{% end %} + {% block content %} these are not the droids you are looking for {% end %}