proxitok/views/following.latte

14 lines
292 B
Plaintext
Raw Normal View History

2022-01-25 13:08:31 +00:00
{layout '../layouts/default.latte'}
2022-01-25 13:08:31 +00:00
{block header}
<p class="title">Following</p>
{/block}
2022-01-25 13:08:31 +00:00
{block content}
<p class="title">Following:</p>
{include '../components/following_tags.latte'}
<p>You can add/remove follows on settings</p>
<hr />
2022-01-25 13:08:31 +00:00
{include '../components/feed.latte'}
{/block}