summaryrefslogtreecommitdiff
path: root/src/templates/macros/content.ftl
blob: dc474f0df3468450a20380e34987622e14e6b45d (plain)
1
2
3
4
5
6
7
<#macro content>
    <div id="content">
        <article>
            <#nested>
        </article>
    </div>
</#macro>