{% extend 'htmlbase.tpl' %} {% msg %}Generating HTML output for directory {{ compound.name }}{% endmsg %} {% block navpath %} {% if not config.GENERATE_TREEVIEW %} {% with navpath=compound.navigationPath %} {% include 'htmlnavpath.tpl' %} {% endwith %} {% endif %} {% endblock %} {% block title %} {# write summary links in the title area #}
{{ compound.brief }}
{% endif %} {# details #} {{ compound.details }}