mirror of
https://github.com/yuzu-mirror/shared-bulma-theme.git
synced 2026-01-08 17:19:57 +01:00
9 lines
221 B
HTML
9 lines
221 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 }} |