{% autoescape off %} {% if response.html %} {{ response.html }} {% else %} {% if response.title %}{{ response.title }}{% else %}{{ response.url }}{% endif %} {% endif %} {% endautoescape %}