website/templates/rst_page.html.tera
Joey Hines 26575adb87 Added the ability to have directory listings and moved to rst
+ Added projects/website.rst to describe the site
+ Updated templates
+ Added more comments
2020-02-21 21:54:17 -06:00

11 lines
155 B
Plaintext

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