archive
/
md-pdf
Archived
1
Fork 0

Types for renderer

This commit is contained in:
Jake Howard 2017-06-10 10:35:57 +01:00
parent bbfc3cac4c
commit 270b7195c7
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from jinja2 import Environment
def render_content(content: str, context: dict) -> str:
def render_content(content, context):
env = Environment(
autoescape=True,
trim_blocks=True,