mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
9 lines
191 B
Smarty
9 lines
191 B
Smarty
|
{{if $photo_item}}
|
||
|
{{$photo_item}}
|
||
|
{{/if}}
|
||
|
{{foreach $threads as $thread_item}}
|
||
|
{{include file="{{$thread_item.template}}" item=$thread_item}}
|
||
|
{{/foreach}}
|
||
|
|
||
|
<div id="conversation-end"></div>
|