Files
website/themes/hugo-coder/layouts/partials/page.html
T
2018-05-13 22:04:36 +05:30

10 lines
144 B
HTML

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