{% block userlink %}
{% if request.user.is_authenticated %}
{{ request.user|make_list|first }}
- {% include "htmx/themes/theme_dropdown.html" %}
- {% include "htmx/dateformat/_dateformat_dropdown.html" %}
-
Settingsā¦
-
{% else %}
Log in
{% endif %}
{% endblock userlink %}