hugo-internet-weblog/layouts/_default/single.html
2016-02-19 23:35:42 -05:00

13 lines
263 B
HTML

{{ partial "site_header.html" . }}
{{ partial "page_header.html" . }}
<main class="content">
<article class="page">
<p>
{{ .Content }}
</p>
</article>
</main>
{{ partial "page_footer.html" . }}
{{ partial "site_footer.html" . }}