diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-14 01:06:28 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-14 01:06:28 +0100 |
commit | d84b462a711ce95593ff05a7581e722562c3835a (patch) | |
tree | 41e5af455fea925b2680b29718b24ba2876e803a /templates/profile.hamlet | |
download | bar-d84b462a711ce95593ff05a7581e722562c3835a.tar bar-d84b462a711ce95593ff05a7581e722562c3835a.tar.gz bar-d84b462a711ce95593ff05a7581e722562c3835a.tar.bz2 bar-d84b462a711ce95593ff05a7581e722562c3835a.tar.xz bar-d84b462a711ce95593ff05a7581e722562c3835a.zip |
Implement old bar.hs
Diffstat (limited to 'templates/profile.hamlet')
-rw-r--r-- | templates/profile.hamlet | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/profile.hamlet b/templates/profile.hamlet new file mode 100644 index 0000000..2420de6 --- /dev/null +++ b/templates/profile.hamlet | |||
@@ -0,0 +1,10 @@ | |||
1 | <div .ui.container> | ||
2 | |||
3 | <h1> | ||
4 | Access granted! | ||
5 | |||
6 | <p> | ||
7 | This page is protected and access is allowed only for authenticated users. | ||
8 | |||
9 | <p> | ||
10 | Your data is protected with us <strong><span class="username">#{userIdent user}</span></strong>! | ||