index2: {{a}} curl: {{current_url()}} markdown: {{"**cool**"|markdown}} content: {{getcontent('HelloWorld')}} customized content: {{getcontent('HelloWorld', name='fred')}} simplify: {{"some & string"|simplify(replace_with='&')}} autoescape: {{ "&" }} {% autoescape false %} ae ext: {{ "a&b" }} {% endautoescape %} static url: {{ '/app/statictest.txt'|static }}