From 7dc96c65ff9324c1915f76f27c87607ce0c8375e Mon Sep 17 00:00:00 2001 From: Andreas Mieke Date: Sun, 21 Apr 2024 21:10:18 -0400 Subject: [PATCH] chiore(tmpl): Add empty placeholder template --- empty.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 empty.html diff --git a/empty.html b/empty.html new file mode 100644 index 0000000..2af6927 --- /dev/null +++ b/empty.html @@ -0,0 +1,9 @@ +{% extends "label/label_base.html" %} + +{% block style %} + +{% endblock %} + +{% block content %} + +{% endblock %} \ No newline at end of file