revuoxmrtheme/layouts/page/single.html

6 lines
97 B
HTML
Raw Permalink Normal View History

2024-07-02 22:03:13 +00:00
{{ define "main" }}
<div class="content">
<h3>{{ .Title }}</h3>
{{ .Content }}
</div>
{{ end }}