{% extends "html/index.html" %} {% block modules_active %}active{% endblock %} {% block content %}

Modules {{macros.inline_help(help.modules_main)}}

{% if modules %} {% include "html/hub/modulelist.html" %} {% else %} {{ help.hub_no_modules|safe }} {% endif %}

{% endblock %}