SLIDE 1
Template Rendering DTL Usage Variables {{variable}} Notation: IF - - PowerPoint PPT Presentation
Template Rendering DTL Usage Variables {{variable}} Notation: IF - - PowerPoint PPT Presentation
Template Rendering DTL Usage Variables {{variable}} Notation: IF Variable Not Valid: TEMPLATE_STRING_IF_INVALID Filters Notation: {{variable|filter}} Example: {{ name|lower }} {{bio|truncatewords:30 }} {{value|filesizeformat}} Tags
SLIDE 2
SLIDE 3
SLIDE 4
Template Rendering
SLIDE 5
DTL Usage
SLIDE 6
Variables
Notation: {{variable}} IF Variable Not Valid: TEMPLATE_STRING_IF_INVALID
Filters
Notation: {{variable|filter}} Example: {{ name|lower }} {{bio|truncatewords:30 }} {{value|filesizeformat}}
SLIDE 7
Tags
Notation: {% tag %} or {% tag %} … {% endtag %} for:
SLIDE 8
if, elif, and else:
SLIDE 9
Template Inheritance
SLIDE 10
SLIDE 11
SLIDE 12
Automatic HTML Escaping
Solution:
- Automatic
- Manual