woodpecker/pkg/template/pages/404.html
2014-02-07 03:10:01 -07:00

9 lines
182 B
HTML

{{ define "title" }}Not Found · drone.io{{ end }}
{{ define "content" }}
<h1>Oops!</h1>
<p>We were unable to find the requested page.</p>
{{ end }}
{{ define "script" }}
{{ end }}