2022-01-25 08:08:31 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
{include '../components/head.latte'}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<section class="hero is-fullheight">
|
|
|
|
<div class="hero-head">
|
|
|
|
{include '../components/navbar.latte'}
|
|
|
|
</div>
|
|
|
|
<div class="hero-body">
|
2022-11-18 10:48:51 -05:00
|
|
|
<div class="container">
|
2022-01-25 08:08:31 -05:00
|
|
|
{block content}{/block}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
{block extra}{/block}
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|