2022-01-25 08:08:31 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
{include '../components/head.latte'}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
{include '../components/navbar.latte'}
|
|
|
|
<section class="hero is-primary">
|
|
|
|
<div class="hero-body">
|
|
|
|
<div class="container has-text-centered">
|
|
|
|
{block header}{/block}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section class="section">
|
|
|
|
{block content}{/block}
|
|
|
|
</section>
|
|
|
|
{include '../components/footer.latte'}
|
|
|
|
{block extra}{/block}
|
2022-01-28 09:54:09 -05:00
|
|
|
</body>
|
2022-01-25 08:08:31 -05:00
|
|
|
</html>
|