mirror of
https://github.com/yuzu-emu/shared-bulma-theme
synced 2024-11-24 03:03:40 +00:00
15 lines
No EOL
382 B
HTML
15 lines
No EOL
382 B
HTML
{{ define "main" }}
|
|
<div class="container">
|
|
<figure class="image is-2by1">
|
|
<img src="{{.Permalink}}banner.png" alt="">
|
|
</figure>
|
|
|
|
<div class="box">
|
|
<h1 class="title">{{ .Title }}</h1>
|
|
<h2 class="subtitle">{{ .Date.Format "January 02 2006" }}</h2>
|
|
<div class="content">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{ end }} |