{{ define "page" }}
<article class="container">
<content>
<h1>{{ .Title }}</h1>
<br/>
{{ .Content }}
</content>
</article>
{{ end }}