{# basic/domainindex.html ~~~~~~~~~~~~~~~~~~~~~~ Template for domain indices (module index, ...). :copyright: Copyright 2016 by Johannes Schriewer. :license: BSD, see LICENSE for details. #} {%- extends "layout.html" %} {% set title = indextitle %} {% block body %} {%- set groupid = idgen() %}

{{ indextitle }}

{% endblock %}