Types for renderer
This commit is contained in:
parent
bbfc3cac4c
commit
270b7195c7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue