proxitok/templates/layouts/hero.latte
2022-11-18 16:48:51 +01:00

21 lines
348 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">
{block content}{/block}
</div>
</div>
</section>
{block extra}{/block}
</body>
</html>