template rendering
play

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


  1. Template Rendering

  2. DTL Usage

  3. Variables {{variable}} Notation: IF Variable Not Valid: TEMPLATE_STRING_IF_INVALID Filters Notation: {{variable|filter}} Example: {{ name|lower }} {{bio|truncatewords:30 }} {{value|filesizeformat}}

  4. Tags Notation: {% tag %} or {% tag %} … {% endtag %} for:

  5. if, elif, and else:

  6. Template Inheritance

  7. Automatic HTML Escaping Solution: -Automatic -Manual {{ data|safe }} {% autoescape off %} Hello {{ name }} {% endautoescape %}

Recommend


More recommend