{{ title }}

{% if sub_title %}{{ sub_title }}{% endif %}  

{% for data in dataset_list %}
{{ data.icon|safe }}{{ data.title }}
 
{% endfor %}