add jinja2 to work with templates

This commit is contained in:
tcprod
2026-03-20 19:04:53 +01:00
parent 0b33342509
commit 9ff7c34eae
5 changed files with 33 additions and 428 deletions
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 59 KiB

@@ -28,11 +28,11 @@ body {
<body>
<div class="page">
{{ svg_string | safe }}
{{ svg | safe }}
</div>
<div class="page rotated">
{{ svg_string | safe }}
{{ svg | safe }}
</div>
</body>
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 59 KiB