This commit is contained in:
Eden Kirin
2024-04-06 12:16:22 +02:00
parent 4e05dc15a5
commit ae2612cfd6
19 changed files with 148 additions and 10 deletions

View File

@ -4,5 +4,7 @@ from jinja2 import Environment
def environment(**options):
env = Environment(**options)
env.globals.update({})
env.globals.update({
# "url": reverse_url,
})
return env