]> git.mxchange.org Git - friendica.git/blob - view/templates/content_wrapper.tpl
wrapping up 2019.12
[friendica.git] / view / templates / content_wrapper.tpl
1
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}}>
6         {{elseif $title}}
7         {{include file="section_title.tpl"}}
8         {{/if}}
9
10         {{* output the content *}}
11         {{$content nofilter}}
12
13 </div>