switched to Jinja2 templating

This commit is contained in:
2024-06-28 11:38:10 +02:00
committed by Flo Greistorfer
parent f6859fd81f
commit b1dbfd9c14

View File

@@ -11,6 +11,8 @@ from tqdm.auto import tqdm
import cclicense
environment = Environment(loader=FileSystemLoader("templates/"))
_ROOT = "/data/pictures/"
_WEBROOT = "https://pictures.example.com/"
_FOLDERICON = "https://www.svgrepo.com/show/400249/folder.svg"