satyr/templates/index.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
81 B
Plaintext

{% extends "base.njk" %}
{% block content %}
What to put on index?
{% endblock %}