mirror of
https://github.com/papercss/papercss
synced 2026-03-14 22:45:51 +01:00
8 lines
No EOL
121 B
HTML
8 lines
No EOL
121 B
HTML
{{ partial "header" . }}
|
|
|
|
<div class='section'>
|
|
<h2>{{ .Title }}</h2>
|
|
{{ .Content }}
|
|
</div>
|
|
|
|
{{ partial "footer" . }} |