Add asynchronous call to database.
[recipes.git] / backend / templates / message.html
index a274a64..cccc4e4 100644 (file)
@@ -1,7 +1,7 @@
-{% extends "base_with_list.html" %}
+{% extends "base_with_header.html" %}
 
-{% block content %}
+{% block main_container %}
 
-{{ message }}
+{{ message|markdown }}
 
 {% endblock %}
\ No newline at end of file