mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2025-01-25 00:41:09 +00:00
14 lines
349 B
HTML
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 }}
|