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

17 lines
363 B
HTML
Raw Normal View History

2018-10-13 18:37:51 +00:00
{{ partial "header.html" . }}
2018-10-13 20:04:59 +00:00
<section class="homepage-hero">
2018-10-13 18:37:51 +00:00
<!-- Hero head: will stick at the top -->
<div class="hero-head">
{{ partial "navbar.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" . }}