{% extends "base.html" %} {% block description %} {{ _("This is the admin page. You can manage your posts here.") }} {% endblock %} {% block content %}
User: {{ user.username }}
{% for cms_module_name, cms_entries in cms_modules.items() %}{{ cms_module_name }}
{% for cms_entry in cms_entries %} {{ cms_entry }} {% endfor %}