proxitok/views/trending.latte

11 lines
217 B
Plaintext
Raw Normal View History

2022-01-25 08:08:31 -05:00
{layout '../layouts/default.latte'}
2022-01-25 08:08:31 -05:00
{block header}
<p class="title">Trending</p>
2022-03-15 17:52:54 -04:00
<p class="subtitle">{include '../components/rss.latte'}</p>
2022-01-25 08:08:31 -05:00
{/block}
2022-01-25 08:08:31 -05:00
{block content}
{include '../components/feed.latte'}
{/block}