{% set theme = 'dark' %} {% if admin_settings is defined and admin_settings and admin_settings.theme in ['dark', 'light'] %} {% set theme = admin_settings.theme %} {% endif %} {% set current_tab = active_tab if active_tab is defined else '' %} {% block title %}{{ site_title }}{% endblock %} {% block extra_head %}{% endblock %}
{% if user %}
rocket_launch

{{ site_title }}

Admin Control Panel

logout Logout
{% block content %}{% endblock %}
{% else %}
{{ self.content() }}
{% endif %}
{% block extra_js %} {% endblock %}