papercss/documentation/layouts/_default/single.html
2017-12-28 10:23:10 +06:00

9 lines
122 B
HTML

{{ partial "header" . }}
<div class='section'>
<h2>{{ .Title }}</h2>
{{ .Content }}
</div>
{{ partial "footer" . }}