{{ get_page_metadata() }}
{{ cfg.blog_title|e }} {% trans "Administration" %}
{% trans "View Blog" %}
|
{% trans "Change Password" %}
|
{% trans "Logout" %}
{%- for item in admin.navigation %}
{{ item.title|e }}
{%- if item.children and active_menu_item[0] == item.id %}
{%- for child in item.children %}
{{ child.title|e }}
{%- endfor %}
{% endif %}
{%- endfor %}
{% block contents %}{% endblock %}