Added some api functions, an express server for the API and nunjucks

Added nunjucks templates for frontend pages.
This commit is contained in:
knotteye
2019-09-28 21:43:25 -05:00
parent 085dd02148
commit b0533f973b
16 changed files with 1954 additions and 5 deletions

4
templates/about.njk Normal file
View File

@ -0,0 +1,4 @@
{% extends "base.njk" %}
{% block content %}
{% include "about.html" %}
{% endblock %}