diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..bc34c04 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,8 @@ +{% extends "page.html" %} + +{% block main_content %} +
+ {{ post_macros::page_header(title="404")}} + it's not here. i'm sorry. +
+{% endblock main_content %} \ No newline at end of file