mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-22 20:05:39 +01:00
b0192b2ec2
Implement hero layout, better content layouts
10 lines
222 B
HTML
10 lines
222 B
HTML
{{ define "main" }}
|
|
<div class="box">
|
|
<h1 class="title">{{ .Title }}</h1>
|
|
<h2 class="subtitle">{{ .Date.Format "January 02 2006" }}</h2>
|
|
<div class="content">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
{{ end }}
|