{% extends "admin/base.html" %} {% block title %}bragi admin{% endblock %} {% block content %}

Welcome{% if current_user_display_name %}, {{ current_user_display_name }}{% endif %}.

bragi admin, v{{ version }}.

{% if global_nav_items %}

Sections

{# Site-scoped items (Posts, Pages, Redirects, Attachments) live under /admin/sites//...; the picker at /admin/sites/ is the way into those. At the root, only global sections show. #}
{% else %}

No admin sections are registered. (No plugins contributed any NavItems, or your role hides all of them.)

{% endif %} {% endblock %}