From 01efd71022b3e2a69d75f389878fb07daf996cf0 Mon Sep 17 00:00:00 2001 From: Roberto Hueso Gómez Date: Mon, 31 Aug 2020 11:57:16 +0200 Subject: Add frontend basic structure This adds base.html and nav.html templates as well as its dependencies on Bootstrap and jQuery. --- ogcp/templates/nav.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ogcp/templates/nav.html (limited to 'ogcp/templates/nav.html') diff --git a/ogcp/templates/nav.html b/ogcp/templates/nav.html new file mode 100644 index 0000000..5147a37 --- /dev/null +++ b/ogcp/templates/nav.html @@ -0,0 +1,17 @@ + -- cgit v1.2.3-18-g5258