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

18 lines
393 B
HTML
Raw Normal View History

2018-10-13 18:37:51 +00:00
{{ partial "header.html" . }}
2018-10-14 16:45:34 +00:00
<section class="homepage-hero hero is-dark is-medium">
2018-10-13 18:37:51 +00:00
<!-- Hero head: will stick at the top -->
<div class="hero-head">
2018-10-14 16:54:25 +00:00
{{ partial "navbar-blank.html" . }}
2018-10-13 18:37:51 +00:00
</div>
2018-10-14 16:45:34 +00:00
2018-10-13 18:37:51 +00:00
<!-- Hero content: will be in the middle -->
<div class="hero-body">
<div class="container has-text-centered">
{{ .Content }}
</div>
</div>
</section>
{{ partial "footer.html" . }}