{% include "base/includes/home_banner.html" %}
{% with top_section=sections.top_section %}
{% for section in top_section %}
{% include "home/includes/news_list.html" with section=section %}
{% endfor %}
{% endwith %}
{% for section in sections.category_sections %}
{% cycle 'section-b' 'section-o' as section_color silent %}
{% include "home/includes/category_session.html" with section=section section_color=section_color %}
{% endfor %}
{% endblock content %}
{% block extra_js %}
{% endblock %}