8 lignes
224 o
HTML
8 lignes
224 o
HTML
{{define "title"}}{{T "404_not_found"}}{{end}}
|
|
{{define "content"}}
|
|
<div>
|
|
<h1>{{T "404_not_found"}}</h1>
|
|
<br />
|
|
<img class="center-block center-image" src="/img/404.svg"></img>
|
|
</div>
|
|
{{end}}
|