From d2dd386d05da3a93fdcb2c6a2b752fb00f9d6887 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 28 Dec 2024 15:28:29 +0000 Subject: [PATCH] feat: add template rendering support with variable substitution and conditional blocks --- src/app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.py b/src/app/app.py index 1476179..e13744f 100644 --- a/src/app/app.py +++ b/src/app/app.py @@ -3,7 +3,7 @@ import base64 import json import time import uuid - +import pathlib import aiohttp_jinja2 import jinja2