diff --git a/app/templates/error.html b/app/templates/error.html new file mode 100644 index 0000000..1d93c59 --- /dev/null +++ b/app/templates/error.html @@ -0,0 +1,12 @@ +{%- import "utils.html" as utils with context -%} +{% extends "layout.html" %} + +{% block head %} +{{ title }} +{% endblock %} + +{% block content %} +
+

{{ title }}

+
+{% endblock %}