proxitok/views/about.latte

21 lines
395 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
{include 'components/head.latte', title: 'About'}
<body>
{include 'components/navbar.latte'}
<section class="hero is-primary">
<div class="hero-body">
<div class="container">
<p class="title">About</p>
</div>
</div>
</section>
<section class="section">
<p>TODO</p>
</section>
{include 'components/footer.latte'}
</body>
</html>