From 43f9d78f8c00e13732b809519f0529ac293fd5ab Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Sun, 29 Oct 2023 07:41:04 -0500 Subject: Rename to ustayml (u-stayML) --- ustayml/templates/base.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ustayml/templates/base.html (limited to 'ustayml/templates/base.html') diff --git a/ustayml/templates/base.html b/ustayml/templates/base.html new file mode 100644 index 0000000..1b2c384 --- /dev/null +++ b/ustayml/templates/base.html @@ -0,0 +1,25 @@ + +{% block title %}{% endblock %} - u-stayML + + + +
+
+ {% block header %}{% endblock %} +
+ {% for message in get_flashed_messages() %} +
{{ message }}
+ {% endfor %} + {% block content %}{% endblock %} +
\ No newline at end of file -- cgit v1.2.3