frieren / templates / notfound.html
{{define "notfound"}}{{template "pagehead" .}}
<div class="empty">
<h1>404</h1>
<p>Nothing here. <a href="/">Back to the repositories.</a></p>
</div>
{{template "pagefoot" .}}{{end}}
frieren / templates / notfound.html
{{define "notfound"}}{{template "pagehead" .}}
<div class="empty">
<h1>404</h1>
<p>Nothing here. <a href="/">Back to the repositories.</a></p>
</div>
{{template "pagefoot" .}}{{end}}