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

Ck/template context #279

Merged
merged 2 commits into from
Jul 30, 2023
Merged

Ck/template context #279

merged 2 commits into from
Jul 30, 2023

Commits on Jul 30, 2023

  1. TemplateContext: provide access to Filters, Insertions, parent context

    Expose Filters and Insertions from a TemplateContext, and simplify
    creating a new child context by adding a newChildContext() helper
    method.
    kohlschuetter authored and msangel committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    14162cf View commit details
    Browse the repository at this point in the history
  2. Template doesn't own filters and insertions anymore, so no need to tr…

    …ace those other than from TemplateParser
    msangel committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    ca4d337 View commit details
    Browse the repository at this point in the history