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 }}