papercss/docs/layouts/index.html

8 lines
121 B
HTML
Raw Normal View History

2017-11-25 09:25:43 +01:00
{{ partial "header" . }}
<div class='section'>
<h2>{{ .Title }}</h2>
{{ .Content }}
</div>
{{ partial "footer" . }}