1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-12 17:48:26 +00:00
friendica-github/view/apps.tpl

8 lines
80 B
Smarty
Raw Normal View History

<h3>$title</h3>
<ul>
{{ for $apps as $ap }}
<li>$ap</li>
{{ endfor }}
</ul>