mirror of
https://github.com/friendica/friendica
synced 2024-11-13 01:42:59 +00:00
5 lines
84 B
Smarty
5 lines
84 B
Smarty
{{ for $treads as $tread }}
|
|
<div class="tread-wrapper">
|
|
$tread
|
|
</div>
|
|
{{ endfor }}
|