{% extends base_template|default:"handyhelpers/handyhelpers_base.htm" %} {% load static %} {% block local_head %} {% include 'handyhelpers/component/zoom_cards.htm' %} {% endblock local_head %} {% block content %}
{{ title }}
{{ subtitle }}
{% for item in item_list %}
{{ item.title }}
{% endfor %}
{% include 'handyhelpers/component/modals.htm' %} {% endblock content %}