{% block head %}{% endblock %}
{% block page_title %}Admin Panel{% endblock %} {{ now.strftime('%d.%m.%Y %H:%M') }}
{% set msg = request.query_params.get('msg') %} {% set msg_type = request.query_params.get('type', 'info') %} {% if msg %} {% endif %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}