Initial express.js project structure

This commit is contained in:
2022-11-01 23:55:07 -04:00
parent 53e0a557a3
commit 3c0ebc7001
5 changed files with 50 additions and 3 deletions

View File

@ -1,5 +1,7 @@
{% extends 'layout.twig' %}
{% block title %}Home{% endblock %}
{% block content %}
<!-- page header -->