Skip to content
Snippets Groups Projects
Commit 2879f8bc authored by Mike Bayer's avatar Mike Bayer
Browse files

- [feature/bug] Can now refer to context variables

  within extra arguments to <%block>, <%def>, i.e.
  <%block name="foo" cache_key="${somekey}">.
  Filters can also be used in this way, i.e.
  <%def name="foo()" filter="myfilter">
  then template.render(myfilter=some_callable)
  [ticket:180]
parent 3266c016
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment