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

10 lines
144 B
HTML

<section class="container page">
<article>
<header>
<h1>{{ .Title }}</h1>
</header>
{{ .Content }}
</article>
</section>