about summary refs log tree commit diff
path: root/themes/researcher/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/researcher/layouts/404.html')
-rw-r--r--themes/researcher/layouts/404.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/researcher/layouts/404.html b/themes/researcher/layouts/404.html
new file mode 100644
index 0000000..163dae0
--- /dev/null
+++ b/themes/researcher/layouts/404.html
@@ -0,0 +1,6 @@
+{{ define "main" }}
+<div class="container">
+    <h1>404 Error</h1>
+    <p>Page does not exist.</p>
+</div>
+{{ end }}