2 <div {{if $name}}id="{{$name}}-wrapper"{{/if}} class="general-content-wrapper">
3 {{* give different possibilities for the size of the heading *}}
4 {{if $title && $title_size}}
5 <h{{$title_size}} {{if $name}}id="{{$name}}-heading"{{/if}}>{{$title}}</h{{$title_size}}>
7 {{include file="section_title.tpl"}}
10 {{* output the content *}}