revuoxmrtheme/layouts/page/single.html
2024-07-02 15:03:13 -07:00

6 lines
No EOL
97 B
HTML

{{ define "main" }}
<div class="content">
<h3>{{ .Title }}</h3>
{{ .Content }}
</div>
{{ end }}