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

{{ site.title }}

{% if is_superuser %} Settings {% endif %}

{{ site.hostname }} {% if not site.active %}inactive{% endif %}

{% if home_status == 'welcome_fallback' %}
Visitors are seeing the default welcome page. This site has no / handler configured. Set a homepage in site settings, or publish a page of kind post_index and promote it.
{% endif %} {% if site_nav_items %}

Sections

{% endif %} {% endblock %}