{% block content %}{% endblock %}
{% 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 '' %}
Admin Control Panel