{% extend 'htmlbase.tpl' %} {% msg %}Generating HTML source code for file {{ 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.name }} {% if compound.version %} ({{ compound.version }}){% endif %}
{% endblock %} {% block content %}
{{ tr.gotoDocumentation }}
{{ compound.sources }}
{% endblock %}