mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-22 10:25:40 +01:00
8 lines
166 B
HTML
8 lines
166 B
HTML
{{ define "main" }}
|
|
<section class="section">
|
|
<h1 class="title">{{ .Title }}</h1>
|
|
<div class="content">
|
|
{{ .Content }}
|
|
</div>
|
|
</section>
|
|
{{ end }} |