{% extends "base.html" %} {% block content %}

{{ site.name }}

{% if sections %}

This site has the following installed:

{% else %} {# A site with no apps is a perfectly valid site; say so rather than showing an empty list, so that an empty app list reads as configuration and not as a failure to start. #}

No apps are installed yet. Add one to the apps list in this site's configuration file and restart.

{% endif %}

Where this site keeps its state

{% endblock %}