From 7dc746c7e185a1e8636145fe3b5e4c85cb83ddfe Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 9 Jul 2018 14:35:45 -0400 Subject: [PATCH] Add sidenav example to styleguide --- templates/styleguide.html.to | 59 ++++++++++++++++++++++++------------ 1 file changed, 39 insertions(+), 20 deletions(-) diff --git a/templates/styleguide.html.to b/templates/styleguide.html.to index 62ff873e..56954243 100644 --- a/templates/styleguide.html.to +++ b/templates/styleguide.html.to @@ -1,28 +1,47 @@ {% extends "base.html.to" %} +{% block sidenav %} + +{% end %} + {% block content %} - - -
-
-

This is a panel

-
-
- -
-
-

This is a panel

- -
-
col 1
-
col 2
+
+
+

This is a panel

-
- Another panel +
+
+

This is a panel

+ +
+
col 1
+
col 2
+
+
+ +
+ Another panel +
-
- - {% end %}