Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow customising the jinja2.Environment #101

Merged
merged 11 commits into from
Jul 27, 2022

Commits on Jun 27, 2022

  1. Allow customising the jinja2.Environment

    Sometimes it might be desired to customise the Jinja Environment. For example, it might
    be useful to enable the features in Jinja to strip/trim blocks to make it easier to control
    whitespace rendering in templates.
    
    Now it is possible to pass multiple parameters, which are fed into the `jinja2.Environment` as is.
    joaopgrassi committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    a42f96d View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    joaopgrassi committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    88a1d79 View commit details
    Browse the repository at this point in the history
  3. Fix lint errors

    joaopgrassi committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    9990c46 View commit details
    Browse the repository at this point in the history
  4. Changelog

    joaopgrassi committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    584a306 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Add documentation

    joaopgrassi committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    9f54822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1af43c View commit details
    Browse the repository at this point in the history
  3. Fix linter issues

    joaopgrassi committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    b14e334 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. PR suggestions

    Restrict the params passed to a single one, only allowing to customize whitespace in templates.
    joaopgrassi committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    c74d448 View commit details
    Browse the repository at this point in the history
  2. Appease linter

    joaopgrassi committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    54c546c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. PR suggestions

    joaopgrassi committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    6774b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19b9094 View commit details
    Browse the repository at this point in the history