Add exchange templates

This commit is contained in:
Matthias
2020-01-29 07:13:38 +01:00
parent 122c916356
commit c80d8f432a
6 changed files with 92 additions and 26 deletions

View File

@@ -138,5 +138,4 @@ def render_template(templatefile: str, arguments: dict = {}):
autoescape=select_autoescape(['html', 'xml'])
)
template = env.get_template(templatefile)
return template.render(**arguments)