{% extends "layout.html" %} {% block css %} {% endblock css %} {% block body %}

Total number of apps: {{ apps | length }}

Available apps (alphabetically sorted)

{% for app_name, app in apps.items() %}
{# {% if not loop.last %}
{% endif %} #} {% endfor %}
{% endblock body %}