website/templates/rst_page.html.tera
Joey Hines 33a6056445 Updated website to use axum
+ Its better than warp and rocket so far...
+ Also switched to 2021 Rust
+ Needs more refactoring but I wanted to get it to a "working" state
+ clippy + fmt
2022-12-26 17:17:40 -06:00

11 lines
165 B
Plaintext

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