9 lines
No EOL
182 B
HTML
9 lines
No EOL
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 }} |