1
0
mirror of https://github.com/alex-shpak/hugo-book.git synced 2025-04-17 20:55:42 +00:00
hugo-book/layouts/docs/single.html
2018-09-11 16:51:27 +02:00

7 lines
113 B
HTML

{{- define "title" -}}
{{ .Site.Title }}
{{ end }}
{{- define "main" -}}
<div>{{ .Content }}</div>
{{ end }}