2022-01-02 11:39:22 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2022-01-03 10:11:24 -05:00
|
|
|
|
|
|
|
{include 'components/head.latte', title: 'About'}
|
|
|
|
|
2022-01-02 11:39:22 -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">About</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section class="section">
|
|
|
|
<p>TODO</p>
|
|
|
|
</section>
|
2022-01-03 10:11:24 -05:00
|
|
|
{include 'components/footer.latte'}
|
2022-01-02 11:39:22 -05:00
|
|
|
</body>
|
|
|
|
</html>
|