Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/templates/404.html
akuma06 f794fb6134 No more double mascot on 404
Just put the mascot in block then defined it as a simple <br> tag in 404
2017-06-06 22:15:27 +02:00

8 lignes
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}}