{{define "title"}}{{call $.T "404_not_found"}}{{end}}
{{define "content"}}
<div>
<h1>{{call $.T "404_not_found"}}</h1>
<img src="/img/404.png" />
</div>
{{end}}
{{define "mascot"}}<br>{{end}}