{% extends "base.html" %}
{% load static core_tags molo_survey_tags %}
{% block body_class %}template-{{ self.get_verbose_name|slugify }}{% endblock %}
{% block content %}
{% bannerpages %}
{% latest_listing_homepage num_count=6 %}
{% section_listing_homepage %}
{% surveys_list %}
{% endblock %}