recipes/backend/templates/message_base.html
2022-11-29 15:58:06 +01:00

6 lines
No EOL
118 B
HTML

{% extends "base.html" %}
{% block body_container %}
{% include "title.html" %}
{{ message|markdown }}
{% endblock %}