frontend: remove the nodejs stuff, I don't think I need it for such a simple project

This commit is contained in:
Lennart
2024-11-03 13:32:57 +01:00
parent bb0b055e50
commit 957a5d5f48
11 changed files with 4 additions and 889 deletions

View File

@@ -0,0 +1,9 @@
{% extends "layouts/default.html" %}
{% block imports %}
{% endblock %}
{% block content %}
<h1>Test</h1>
<a href="/frontend/user/{{ calendar.principal }}">Back</a>
{% endblock %}