proxitok/layouts/hero.latte
2022-04-10 12:10:48 +02:00

21 lines
366 B
Plaintext

<!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">
<div class="container has-text-centered">
{block content}{/block}
</div>
</div>
</section>
{block extra}{/block}
</body>
</html>