mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
4 lines
135 B
Smarty
4 lines
135 B
Smarty
{{foreach $items as $item }}
|
|
<p>{{$item.title}} ({{$item.mime}}) ({{$item.filename}})</p>
|
|
{{/foreach}}
|
|
{{include "paginate.tpl"}}
|