feat: add template rendering support with variable substitution and conditional blocks

This commit is contained in:
retoor 2024-12-28 15:39:25 +00:00
parent e459701166
commit b071a30e84

View File

@ -6,6 +6,8 @@ import time
import uuid
import aiohttp_jinja2
import jinja2
import dataset
from aiohttp import web