1 2 3 4 5 6 7 8
@section[id;content;.title] <section id="$id" class="section"> ^if(def $title){ <h2 class="title">$title</h2> } $content </section> #end @section[]