home · contact · privacy
Use different do_GET handlers for different paths.
[plomtask] / templates / msg.html
diff --git a/templates/msg.html b/templates/msg.html
new file mode 100644 (file)
index 0000000..90cd61c
--- /dev/null
@@ -0,0 +1,6 @@
+{% extends 'base.html' %}
+
+{% block content %}
+<p>{{msg}}</p>
+{% endblock %}
+