{% block css %}
{% endblock %}
{% block body %}
{% if settings.account.enabled and not (settings.menu.enabled and settings.menu.position == 'fixed') %}
{% if account is empty %}
{% else %}
{% endif %}
{% endif %}
{% endblock %}
{% block js %}
{% endblock %}