{% extend 'htmlbase.tpl' %} {% msg %}Generating HTML output for page {{ compound.name }}{% endmsg %} {% block navpath %} {% if not config.GENERATE_TREEVIEW %} {% with navpath=compound.navigationPath %} {% include 'htmlnavpath.tpl' %} {% endwith %} {% endif %} {% endblock %} {% block content %}
{% if isMainPage and config.DISABLE_INDEX %} {# no other navigation means, so we produce the links on the main page #} {% endif %} {{ compound.details }}
{% endblock %}