Files
medlab-hugo-template/layouts/_default/single.html
2025-04-25 23:33:25 -06:00

9 lines
106 B
HTML

{{ define "main" }}
<article>
<h1>{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}