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