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

This commit is contained in:
retoor 2024-12-28 15:28:29 +00:00
parent e630b0ac8f
commit d2dd386d05

View File

@ -3,7 +3,7 @@ import base64
import json
import time
import uuid
import pathlib
import aiohttp_jinja2
import jinja2