| Description: |
Revision:
changeset: 371:72f8c2ba4451
Release Notes:
- Predicates are rationalized in both Python and JavaScript. {.if} is for general predicates, and {.debug?} is a shorthand for a predicate that tests the "debug" attribute. See commit messages for details.
- Python version has "pre-formatters" on sections, to modify the JSON subtree before applying the template.
- Python version has a pattern for "styles", which does what "template inheriance" in Django does.
- Python: be more forgiving in the HTML formatters -- convert numbers to strings, to ease autoescaping
- Other minor fixes
|