website/themes/vikunja/layouts/home/single.html

18 lines
393 B
HTML

{{ partial "header.html" . }}
<section class="homepage-hero hero is-dark is-medium">
<!-- Hero head: will stick at the top -->
<div class="hero-head">
{{ partial "navbar-blank.html" . }}
</div>
<!-- Hero content: will be in the middle -->
<div class="hero-body">
<div class="container has-text-centered">
{{ .Content }}
</div>
</div>
</section>
{{ partial "footer.html" . }}