d951fb9353
</img> doesn't exist so i removed it also i added a / at the end of <img> because <br /> has it
8 lignes
234 o
HTML
8 lignes
234 o
HTML
{{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}}
|