{{define "title"}}{{call $.T "404_not_found"}}{{end}}
{{define "content"}}
<div>
<h1>{{call $.T "404_not_found"}}</h1>
<br />
<img class="center-block center-image" src="/img/404.svg" />
</div>
{{end}}