+ 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
11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
{% extends "base.html.tera" %}
|
|
|
|
{% block command %}
|
|
cat {{ page }}.rst
|
|
{% endblock command %}
|
|
|
|
|
|
{% block content %}
|
|
<br/>
|
|
{{ content | safe }}
|
|
{% endblock content %} |