2016-06-07 16:32:02 +02:00
|
|
|
|
|
|
|
<div {{if $name}}id="{{$name}}-wrapper"{{/if}} class="general-content-wrapper">
|
|
|
|
{{* give different possibilities for the size of the heading *}}
|
2016-06-07 16:38:22 +02:00
|
|
|
{{if $title && $title_size}}
|
2016-06-07 16:32:02 +02:00
|
|
|
<h{{$title_size}} {{if $name}}id="{{$name}}-heading"{{/if}}>{{$title}}</h{{$title_size}}>
|
2016-06-07 16:38:22 +02:00
|
|
|
{{elseif $title}}
|
2016-06-07 16:32:02 +02:00
|
|
|
{{include file="section_title.tpl"}}
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{* output the content *}}
|
|
|
|
{{$content}}
|
|
|
|
</div>
|