{{ define "page" }}
<article class="container">
<a href="javascript:history.back()">⇠ go back</a>
<h1>{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}