website/templates/md_page.html.tera
Joey Hines 813c16a00c More refactoring + MD switch
+ Switched to Markdown
+ Removed RST module and tests
+ Converted RST pages to MD
+ Updated a few pages
+ Clippy + Fmt
2022-12-26 20:48:29 -06:00

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 %}