website/layouts/index.html
2021-01-22 05:07:48 +08:00

10 lines
107 B
HTML

{{ define "main" }}
<section>
{{ .Content }}
</section>
<hr>
{{- partial "openring.html" . }}
{{- end }}