From 4ef5dd8dc29cad5080021e24467e2d40d970d360 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 17 Jun 2020 17:47:19 +0200 Subject: [PATCH] Add missing graph template --- templates/graph.html | 65 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 templates/graph.html diff --git a/templates/graph.html b/templates/graph.html new file mode 100644 index 0000000..229ae9e --- /dev/null +++ b/templates/graph.html @@ -0,0 +1,65 @@ +{{ define "content" }} +

{{ .Title }}

+
+ + + + + +{{ end }} + +{{ define "navbar" }} + {{ if $.Session.LoggedIn }} + Edit + History + Recent Changes + Graph + Logout + {{ $.Session.Me }} + {{ else }} + Login + {{ end }} +{{ end }} + +{{ define "content_head" }} + +{{ end }}