19 lines
397 B
Plaintext
19 lines
397 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{include 'components/head.latte', title: 'Trending'}
|
|
|
|
<body>
|
|
{include 'components/navbar.latte'}
|
|
<section class="hero is-primary">
|
|
<div class="hero-body">
|
|
<div class="container has-text-centered">
|
|
<p class="title">Trending</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{include 'components/feed.latte'}
|
|
{include 'components/footer.latte'}
|
|
</body>
|
|
</html>
|