shared-bulma-theme/layouts/index.html
2018-01-04 15:15:06 -05:00

14 lines
349 B
HTML

{{- define "main" }}
<section class="hero is-info">
<div class="hero-body">
<div class="container">
<p class="title">
Upcoming news...
</p>
<p class="subtitle">
We'll have more information available soon!
</p>
</div>
</div>
</section>
{{- end }}