blog-static/themes/vanilla/layouts/_default/single.html

5 lines
67 B
HTML

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