mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
12 lines
192 B
Smarty
12 lines
192 B
Smarty
{{*
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
*
|
|
*}}
|
|
<h3>{{$title}}</h3>
|
|
|
|
<ul>
|
|
{{foreach $apps as $ap}}
|
|
<li>{{$ap}}</li>
|
|
{{/foreach}}
|
|
</ul>
|