{% for item in response_json %}
{% if item['type'] == 'newline' %}
{% elif item['type'] == 'footnote' %}
{{ item['text'] }}
{% else %}
{{ item['text'] }}
{% endif %}
{% endfor %}
{{item['text']}}