2022-01-01 18:42:03 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2022-01-03 10:11:24 -05:00
|
|
|
|
|
|
|
{include 'components/head.latte', title: 'Trending'}
|
|
|
|
|
2022-01-01 18:42:03 -05:00
|
|
|
<body>
|
2022-01-03 10:11:24 -05:00
|
|
|
{include 'components/navbar.latte'}
|
2022-01-02 11:39:22 -05:00
|
|
|
<section class="hero is-primary">
|
|
|
|
<div class="hero-body">
|
|
|
|
<div class="container">
|
|
|
|
<p class="title">Trending page</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
2022-01-03 10:11:24 -05:00
|
|
|
{include 'components/feed.latte'}
|
|
|
|
{include 'components/footer.latte'}
|
2022-01-01 18:42:03 -05:00
|
|
|
</body>
|
|
|
|
</html>
|