proxitok/views/trending.latte

19 lines
397 B
Plaintext
Raw Normal View History

2022-01-01 23:42:03 +00:00
<!DOCTYPE html>
<html lang="en">
{include 'components/head.latte', title: 'Trending'}
2022-01-01 23:42:03 +00:00
<body>
{include 'components/navbar.latte'}
<section class="hero is-primary">
<div class="hero-body">
2022-01-05 20:25:49 +00:00
<div class="container has-text-centered">
<p class="title">Trending</p>
</div>
</div>
</section>
{include 'components/feed.latte'}
{include 'components/footer.latte'}
2022-01-01 23:42:03 +00:00
</body>
</html>