mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
7 lines
90 B
Smarty
7 lines
90 B
Smarty
<h3>{{$title}}</h3>
|
|
|
|
<ul>
|
|
{{foreach $apps as $ap}}
|
|
<li>{{$ap}}</li>
|
|
{{/foreach}}
|
|
</ul>
|