From 856f66808b913baff13c815daec3cdde7121e3bd Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 11 Dec 2022 11:22:47 +0530 Subject: all: init --- templates/nav.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/nav.html (limited to 'templates/nav.html') diff --git a/templates/nav.html b/templates/nav.html new file mode 100644 index 0000000..7568f01 --- /dev/null +++ b/templates/nav.html @@ -0,0 +1,9 @@ +{{ define "nav" }} + +{{ end }} -- cgit