Intitial project structure with express.js

This commit is contained in:
2023-10-28 23:22:18 -04:00
parent fa67371b44
commit 092b7d8cc2
6 changed files with 812 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{% extends 'layouts/default.twig' %}
{% block title %}Dashboard{% endblock %}
{% block content %}
<p>This is the dashboard!</p>
{% endblock %}