sssg/sample_project/templates/article.html

5 lines
98 B
HTML
Raw Normal View History

{% extends 'base.html' %}
{% block body_content %}
{{ md_html|safe }}
{% endblock body_content %}