hugo-book/layouts/docs/single.html

10 lines
146 B
HTML
Raw Normal View History

2018-11-25 12:30:25 +00:00
{{ define "main" }}
<article class="markdown">
{{- .Content -}}
</article>
{{ end }}
{{ define "toc" }}
{{ partial "docs/toc" . }}
{{ end }}