f794fb6134
Just put the mascot in block then defined it as a simple <br> tag in 404
8 lignes
Pas d'EOL
215 o
HTML
8 lignes
Pas d'EOL
215 o
HTML
{{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}} |