From 1c41845ddc26c19aebdf49874c06923ac5295522 Mon Sep 17 00:00:00 2001 From: chrisw Date: Tue, 28 Nov 2017 11:54:36 +0000 Subject: [PATCH] Added new sub navigation component --- app/templates/components/sub-navigation.html | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/templates/components/sub-navigation.html diff --git a/app/templates/components/sub-navigation.html b/app/templates/components/sub-navigation.html new file mode 100644 index 000000000..95294c1d7 --- /dev/null +++ b/app/templates/components/sub-navigation.html @@ -0,0 +1,24 @@ +{% macro sub_navigation( + item_set +) %} + +{% endmacro %} \ No newline at end of file