summaryrefslogtreecommitdiffstats
path: root/partials/_section.p
blob: d6e0b66ed73a99e94a69e07547296cba845e8ec9 (plain) (blame)
1
2
3
4
5
6
7
@section[id;title;content]
<section id="$id" class="section">
    <h2 class="title">$title</h2>

    $content
</section>
#end @section[]