feat: display variables

This commit is contained in:
eneller
2025-04-03 11:15:37 +02:00
parent 9040d5bd29
commit 94d6f67524
4 changed files with 50 additions and 13 deletions

View File

@@ -5,5 +5,6 @@ description = "Plain HTML Placeholder Website for People that need an Internet P
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.1.8",
"jinja2>=3.1.6",
]