Skip to content

Avoid parsing Jinja2 template over and over again #1

@ghost

Description

For the moment, one file is generated at a time:

code_generated = self.__jinja2_environment.get_template(template_filename).render(context)

This means that a template used with different context will be parsed again and again...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions