2022-12-26 17:17:40 -06:00
|
|
|
{% extends "base.html.tera" %}
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
{% block command %}
|
2022-12-26 20:48:29 -06:00
|
|
|
cat {{ page }}.md
|
2020-02-16 15:33:09 -06:00
|
|
|
{% endblock command %}
|
|
|
|
|
|
|
|
|
2022-12-26 20:48:29 -06:00
|
|
|
<div class="text">
|
2020-02-16 15:33:09 -06:00
|
|
|
{% block content %}
|
|
|
|
<br/>
|
2020-02-21 21:54:17 -06:00
|
|
|
{{ content | safe }}
|
2022-12-26 20:48:29 -06:00
|
|
|
{% endblock content %}
|