hugo-book/layouts/docs/single.html

3 lines
57 B
HTML
Raw Normal View History

2018-09-05 14:22:04 +00:00
{{ define "main" }}
<div>{{ .Content }}</div>
{{ end }}