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