hugo-internet-weblog/layouts/_default/single.html

14 lines
263 B
HTML
Raw Permalink Normal View History

2016-02-19 23:35:42 -05:00
{{ 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" . }}