website/templates/md_page.html.tera

13 lines
184 B
Plaintext
Raw Normal View History

{% extends "base.html.tera" %}
{% block command %}
cat {{ page }}.md
{% endblock command %}
<div class="text">
{% block content %}
<br/>
{{ content | safe }}
{% endblock content %}