home · contact · privacy
Improve accounting scripts, start todo.py rewrite.
[misc] / new_todo / html / msg.html
diff --git a/new_todo/html/msg.html b/new_todo/html/msg.html
new file mode 100644 (file)
index 0000000..b5155dc
--- /dev/null
@@ -0,0 +1,5 @@
+{% extends 'base.html' %}
+
+{% block content %}
+{{msg}}
+{% endblock %}