From caa0e1db19c0616031f7879d4298ed152b05f557 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 1 May 2022 21:38:59 +0200 Subject: Jinja2 templates. --- app/templates/errors/item-not-found.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/templates/errors/item-not-found.html (limited to 'app/templates/errors') diff --git a/app/templates/errors/item-not-found.html b/app/templates/errors/item-not-found.html new file mode 100644 index 0000000..3afc5db --- /dev/null +++ b/app/templates/errors/item-not-found.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block title %} +Item not found +{% endblock %} + +{% block content %} +

+ Item {{item }} could not found. +

+

+ If you'd like to suggest a feature, please send us an e-mail. +

+{% endblock %} -- cgit v1.2.3