hugo-coder-fork/layouts/partials/page.html

10 lines
144 B
HTML
Raw Normal View History

2018-03-01 01:38:59 +00:00
<section class="container page">
<article>
<header>
<h1>{{ .Title }}</h1>
</header>
{{ .Content }}
</article>
</section>