From 30c208226e8eedeb6879f0b771ae9d5987d06aec Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 12 Nov 2022 23:21:52 -0700 Subject: Start having some sort of visual style --- templates/base.html | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 2ff0f15..0f9edfb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,36 +12,34 @@ -
-

- +
+
+ -

- -
  • - -
  • -
  • + {% if user.is_authenticated %} - + Settings +
    + {% if not request.identity %} - + No Identity + {% elif request.identity.icon_uri %} - + {{ request.identity.username }} @{{ request.identity.domain_id }} + {% else %} - + {{ request.identity.username }} @{{ request.identity.domain_id }} + {% endif %} {% else %} - Login + Login {% endif %} -
  • -
    -
    + + -
    {% block content %} {% endblock %}
    -- cgit v1.2.3