aboutsummaryrefslogtreecommitdiff
path: root/sklad/container.tmpl
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2019-04-13 22:50:08 +0200
committerPřemysl Janouch <p@janouch.name>2019-04-13 23:54:24 +0200
commitbcfb9fbc2bc035149a71df1ffef96f23e668e815 (patch)
tree3a2cad243a1f729cd212fd0432ddbfe7e1362a57 /sklad/container.tmpl
parentf5790dbff9cec6d3fbd09952ba5453ef7a13baf9 (diff)
downloadsklad-bcfb9fbc2bc035149a71df1ffef96f23e668e815.tar.gz
sklad-bcfb9fbc2bc035149a71df1ffef96f23e668e815.tar.xz
sklad-bcfb9fbc2bc035149a71df1ffef96f23e668e815.zip
sklad: implement login and logout
So far there are no other pages, and nothing links to the logout.
Diffstat (limited to 'sklad/container.tmpl')
-rw-r--r--sklad/container.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/sklad/container.tmpl b/sklad/container.tmpl
new file mode 100644
index 0000000..341d19b
--- /dev/null
+++ b/sklad/container.tmpl
@@ -0,0 +1,6 @@
+{{ define "Title" }}Přehled{{ end }}
+{{ define "Content" }}
+
+<p>TODO
+
+{{ end }}