{#
{% if site.user_model and not site.default_user and not site.admin_ui -%}
{% if ar.user.is_authenticated -%}
{{_("Sign out")}}
{% else -%}
{% endif -%}
{% endblock %}
{% block navbar %}
{% if menu -%}
{% endif -%}
{% endblock %}
{% block main %}
{% block content %}
This page has no content.
{% endblock %}