chore: refactor pxe templates to jinja templates rendered by askama
Some checks failed
Run Check Script / check (pull_request) Failing after 36s

This commit is contained in:
2025-08-22 09:05:18 -04:00
parent 94ddf027dd
commit 57c3b01e66
6 changed files with 232 additions and 147 deletions

View File

@@ -16,3 +16,4 @@ harmony_macros = { path = "../../harmony_macros" }
log = { workspace = true }
env_logger = { workspace = true }
url = { workspace = true }
askama = "0.14.0"