{% if 'subtitle' in data and 'title' in data%}

{{ data['title'] }}
{{ data['subtitle'] }}

{% endif %}
{% for type, count in data['data'].items() %} {% if type != 'image' and type != 'frequencies'%} {% endif %} {% endfor %}
{{type}} {{count}}

{% if 'frequencies' in data['data'] %} {{data['data']['frequencies']}} {% endif %} {% if 'image' in data['data'] %}


{% endif %}