shared-bulma-theme/layouts/index.html

14 lines
349 B
HTML
Raw Normal View History

2018-01-04 20:15:06 +00:00
{{- 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 }}