summaryrefslogtreecommitdiffstats
path: root/templates/help.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/help.tmpl')
-rw-r--r--templates/help.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/help.tmpl b/templates/help.tmpl
new file mode 100644
index 0000000000..e835c2981e
--- /dev/null
+++ b/templates/help.tmpl
@@ -0,0 +1,11 @@
+{{template "base/head" .}}
+{{template "base/navbar" .}}
+<div id="body-nav">
+ <div class="container">
+ <h3>Help</h3>
+ </div>
+</div>
+<div id="body" class="container" data-page="user">
+ {{if .HasInfo}}<div class="alert alert-info">{{.InfoMsg}}</div>{{end}}
+</div>
+{{template "base/footer" .}} \ No newline at end of file