Changeset 7196
- Timestamp:
- 03/05/08 18:54:14 (6 months ago)
- Files:
-
- django/trunk/docs/templates_python.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates_python.txt
r7130 r7196 984 984 985 985 Ultimately, this decoupling of compilation and rendering results in an 986 efficient template system, because a template can render multiple context 986 efficient template system, because a template can render multiple contexts 987 987 without having to be parsed multiple times. 988 988
