culinary.kemonine.info/themes/gochowdown/layouts/partials/page.html

9 lines
143 B
HTML
Raw Normal View History

2022-12-03 15:27:03 +00:00
<section class="container page">
<article>
<header>
<h1>{{ .Title }}</h1>
</header>
{{ .Content }}
</article>
</section>