8816f4a1a1
Added Discover
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
{layout '../layouts/default.latte'}
|
|
|
|
{block header}
|
|
<p class="title">Following</p>
|
|
{/block}
|
|
|
|
{block content}
|
|
<p>{include '../components/following_tags.latte'}</p>
|
|
{include '../components/feed.latte'}
|
|
{/block}
|