chore: update jinja environment to use autoescape and trim_blocks settings
This commit is contained in:
parent
5e2c69176b
commit
e2329d9871
@ -51,7 +51,7 @@ class BaseApplication(RPCApplication):
|
|||||||
)
|
)
|
||||||
self.agents = {}
|
self.agents = {}
|
||||||
super().__init__(middlewares=middlewares, *args, **kwargs)
|
super().__init__(middlewares=middlewares, *args, **kwargs)
|
||||||
aiohttp_jinja2.setup(self, loader=jinja2.FileSystemLoader(self.template_path))
|
self.jinja2_env = aiohttp_jinja2.setup(self, loader=jinja2.FileSystemLoader(self.template_path))
|
||||||
|
|
||||||
def run(self, *args, **kwargs):
|
def run(self, *args, **kwargs):
|
||||||
if kwargs.get("port"):
|
if kwargs.get("port"):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user