feature: Switch to twig for template engine
This commit is contained in:
Keith Solomon
2025-05-23 06:41:48 -05:00
parent 5e327b9b59
commit 54de77e544
11 changed files with 86 additions and 432 deletions

View File

@@ -10,7 +10,7 @@
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1"
"morgan": "~1.9.1",
"twig": "~0.10.3"
}
}