diff --git a/pyi2phosts/templates/500.html b/pyi2phosts/templates/500.html new file mode 100644 index 0000000..d430a40 --- /dev/null +++ b/pyi2phosts/templates/500.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block content %} +

500 Internal server error

+{% endblock %}