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

{{ title }}

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

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

{{ data.title }}

 
{% endfor %}
{% endblock content %}