proxitok/views/following.latte

11 lines
212 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>
2022-01-25 13:08:31 +00:00
{/block}
2022-01-25 13:08:31 +00:00
{block content}
2022-02-05 23:58:30 +00:00
<p>{include '../components/following_tags.latte'}</p>
2022-01-25 13:08:31 +00:00
{include '../components/feed.latte'}
{/block}