mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
14 lines
369 B
HTML
14 lines
369 B
HTML
{{ define "header" -}}
|
|
{{ partial "header.html" . }}
|
|
{{- end }}
|
|
|
|
{{ define "content" -}}
|
|
<h1>WTF? 404 - Page not found</h1>
|
|
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.</p>
|
|
|
|
<p class="lead"><a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.</p>
|
|
{{- end }}
|
|
|
|
{{ define "footer" -}}
|
|
{{- end }}
|