{% if user %}
{% include "admin/components/header.html" %}
{% endif %}
{% if user %}
{% include "admin/components/sidebar.html" %}
{% block content %}{% endblock %}
{% else %}
{{ self.content() }}
{% endif %}
{% if copyright %}
{% endif %}
{% block extra_js %}
{% endblock %}