satyr/templates/about.njk
knotteye b0533f973b Added some api functions, an express server for the API and nunjucks
Added nunjucks templates for frontend pages.
2019-09-28 21:44:55 -05:00

4 lines
86 B
Plaintext

{% extends "base.njk" %}
{% block content %}
{% include "about.html" %}
{% endblock %}