5 lines
98 B
HTML
5 lines
98 B
HTML
{% extends 'base.html' %}
|
|
{% block body_content %}
|
|
{{ md_html|safe }}
|
|
{% endblock body_content %}
|