websiteOwn/layouts/partials/page.html

10 lines
144 B
HTML
Raw Normal View History

2019-09-20 07:51:22 +02:00
<section class="container page">
<article>
<header>
<h1>{{ .Title }}</h1>
</header>
{{ .Content }}
</article>
</section>