{% extends "base.html" %} {% block description %} {{ _("This is the admin page. You can manage your posts here.") }} {% endblock %} {% block content %}
User: {{ user.username }}