Dowload cost: {{download_cost}} seconds; Parser cost: {{extract_cost}}

{{title}}

{%for p in data %}

{%if p['type'] == 'image'%} {%endif%} {%if p['type'] == 'text'%}

{{p['data']}}

{%endif%} {%if p['type'] == 'html'%}

{{p['data'] | safe}}

{%endif%}

{%endfor%}