... def render_template(template_name_or_list: Union[Text, Iterable[Text]], **context: Any) -> Text: ... def render_template_string(source: Text, **context: Any) -> Text: ... PK