]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/settings/addons.tpl
Avoid escaping relevant template variables
[friendica.git] / view / theme / frio / templates / settings / addons.tpl
1 <div class="generic-page-wrapper">
2         {{* include the title template for the settings title *}}
3         {{include file="section_title.tpl" title=$title}}
4
5         <form action="settings/addon" method="post" autocomplete="off">
6         <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
7
8         {{$settings_addons nofilter}}
9
10         </form>
11
12 </div>