summaryrefslogtreecommitdiffstats
path: root/website/templates/h2
blob: d5f7db1ae7d6d7711ff0c6f5b6f36e65478b8a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
<h2>
[%- IF anchor -%]
<a name="[% anchor %]">
[%- END -%]
[% h2 %]
[%- IF anchor -%]
</a>&nbsp;<a href="#[% anchor %]" title="Permanent link to this heading" class="vtpermalink">#</a>
[%- END -%]
</h2>

[% content %]