{{ define "main" }}
<div class="hero">
<h1>{{ .Title }}</h1>
<div class="description">
{{ .TableOfContents }}
</div>
<section class="content">
{{ .Content }}
</section>
{{ end }}