mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-09-07 04:58:03 +00:00
Added some api functions, an express server for the API and nunjucks
Added nunjucks templates for frontend pages.
This commit is contained in:
4
templates/about.njk
Normal file
4
templates/about.njk
Normal file
@ -0,0 +1,4 @@
|
||||
{% extends "base.njk" %}
|
||||
{% block content %}
|
||||
{% include "about.html" %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user