Skip to content

Avoid parsing Jinja2 template over and over again #1

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions