Use Django templating engine

This commit is contained in:
Trenton Holmes
2022-11-20 09:13:08 -08:00
parent 538a4219bd
commit f6a70b85f4
8 changed files with 15 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
module.exports = {
content: ['./*.html'],
theme: {
extend: {},
},
plugins: [],
}