X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2Ftemplates%2Fmessage.html;fp=backend%2Ftemplates%2Fmessage.html;h=a274a64681623777a9f457e155c4ba444343ebe7;hp=0000000000000000000000000000000000000000;hb=45d4867cb37ce8d7007c4d98de70d81d0b705b92;hpb=b1ffd1a04a55d6653ed55ea99f09550e5a8a9a96 diff --git a/backend/templates/message.html b/backend/templates/message.html new file mode 100644 index 0000000..a274a64 --- /dev/null +++ b/backend/templates/message.html @@ -0,0 +1,7 @@ +{% extends "base_with_list.html" %} + +{% block content %} + +{{ message }} + +{% endblock %} \ No newline at end of file