{% extends base_template|default:"handyhelpers/handyhelpers_base.htm" %} {% load static %} {% block content %}

{{ title }}

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

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