13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
{layout '../layouts/default.latte'}
|
|
|
|
{var $has_rss = true}
|
|
|
|
{block header}
|
|
<p class="title">Trending</p>
|
|
<p class="subtitle">{include '../components/rss.latte'}</p>
|
|
{/block}
|
|
|
|
{block content}
|
|
{include '../components/feed.latte'}
|
|
{/block}
|