summaryrefslogtreecommitdiffstats
path: root/templates/html/htmlpage.tpl
blob: 1e6a5b1d3e80ed039aac398482655bda389de4d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extend 'htmlbase.tpl' %}
{% msg %}Generating HTML output for page {{ compound.name }}{% endmsg %}

{% block navpath %}
{% with navpath=compound.navigationPath %}
  {% include 'htmlnavpath.tpl' %}
{% endwith %}
{% endblock %}

{% block content %}
<div class="contents">
{{ compound.details }}
</div>
{% endblock %}