website/templates/md_page.html.tera

11 lines
154 B
Plaintext
Raw Normal View History

{% extends "base" %}
{% block command %}
cat {{ page }}.md
{% endblock command %}
{% block content %}
<br/>
{{ md_data | safe }}
{% endblock content %}