proxitok/templates/layouts/hero.latte

21 lines
348 B
Plaintext
Raw Permalink Normal View History

2022-01-25 13:08:31 +00: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 15:48:51 +00:00
<div class="container">
2022-01-25 13:08:31 +00:00
{block content}{/block}
</div>
</div>
</section>
{block extra}{/block}
</body>
</html>