Takubeh/layouts/page/simple.html

6 lines
90 B
HTML
Raw Permalink Normal View History

2024-02-02 12:39:18 +01:00
{{ define "main" }}
2024-02-28 23:07:49 +01:00
<div class="simple color -white">
2024-02-02 12:39:18 +01:00
{{ .Content }}
</div>
{{ end }}