{{ define "main" }}
<article class="post">
<header class="post-header">
<h1 class="post-header__title">{{ .Title }}</h1>
</header>
<section class="post-content">
{{ .Content }}
</section>
</article>
{{ end }}