X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=templates%2Findex.html;h=b38d105ae90a651e470a84678c4e4b546b8a761d;hp=230edc7c95d5d88a2b21cb5ef1900381482f5590;hb=1e97d03807bd893152bf2cbd0f20102af9c8f80d;hpb=29d8f5eca90bcca199d7ad84f9934f3f24eed906 diff --git a/templates/index.html b/templates/index.html index 230edc7..b38d105 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,15 +8,28 @@
-
-
-
-
-
-
+ +
+ {% if user.is_admin %} + admin + {% endif %} +
+
+ {% if user.name %} +

Welcome {{ user.fullname }}

+ {% endif %}
-

{{ content }}

+ {% if not user.name %} +

Please Log In + {% elif user.sites %} +

Registered application shortcuts:

+ {% for site in user.sites %} +

{{ site.name }}

+ {% endfor %} + {% endif %}