Add asynchronous call to database.
[recipes.git] / backend / templates / message_base.html
1 {% extends "base.html" %}
2
3 {% block body_container %}
4 {% include "title.html" %}
5 {{ message|markdown }}
6 {% endblock %}