]> git.mxchange.org Git - friendica.git/blob - view/templates/apps.tpl
Merge pull request #12914 from MrPetovan/bug/12842-bbcode-html-list
[friendica.git] / view / templates / apps.tpl
1
2 <h3>{{$title}}</h3>
3
4 <ul>
5         {{foreach $apps as $ap}}
6         <li>{{$ap nofilter}}</li>
7         {{/foreach}}
8 </ul>