{% if ('username' | current_user) %} {% else %} {% endif %}
{% if config.LOGIN_ENABLED %}
{% if ('username' | current_user) %}
{% endif %} {% endif %}
{% include 'includes/footer.html' %}