Changes between Version 4 and Version 5 of TemplateTagsCheatSheet
- Timestamp:
- Feb 24, 2007, 9:39:26 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TemplateTagsCheatSheet
v4 v5 4 4 5 5 * {% extends "base.html "%} 6 * {% block content %} ... {% endblock %} 6 * {% block content %} ... {% endblock %} or {% block content %} ... {% endblock content %} 7 7 * {% include "foo/bar.html" %} 8 8 * {% ssi /home/html/ljworld.com/includes/right_generic.html %}