+ Switched to Markdown + Removed RST module and tests + Converted RST pages to MD + Updated a few pages + Clippy + Fmt
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
{% extends "base.html.tera" %}
|
|
|
|
{% block command %}
|
|
cat {{ page }}.md
|
|
{% endblock command %}
|
|
|
|
|
|
<div class="text">
|
|
{% block content %}
|
|
<br/>
|
|
{{ content | safe }}
|
|
{% endblock content %}
|