diff options
Diffstat (limited to 'layouts/404.html')
-rw-r--r-- | layouts/404.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html index e69de29..163dae0 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -0,0 +1,6 @@ +{{ define "main" }} +<div class="container"> + <h1>404 Error</h1> + <p>Page does not exist.</p> +</div> +{{ end }} |