{% extends 'base/html.html' %} {% load boost boost_url %} {% load boost %} {% block title %}Page Title{% endblock title %} {% block body %}
{{ number|abs }}
{% replace_parameters request 'a' 1 'b' 2 %}
{% for i,j in "abcd"|zip:"1234" %} {{i}}{{j|getattr:"__class__"}} {% endfor %} {% literal "[1,2,4,5,6,7,8]" as l %} {% for i in l %}{{ i }}
{% endfor %} {% for i in l|chunked:3 %}{{i}}
{% for j in i %}{{j}}
{% endfor %} {% endfor %} {% endblock body %}