ariadne.space/layouts/_default/single.html

9 lines
111 B
HTML

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