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