{% extends "zenblog/_base.html" %} {% load static %} {% load zenblog_tags %} {% block content %} {% show_hero_slider %} {% show_post_grid %} {% for category_int, name in category %}

{{ name }}

See All {{ name }}
{% if category_int == 0 or category_int == 3 %} {% show_category_pattern0 category_int %} {% elif category_int == 1 or category_int == 4 %} {% show_category_pattern1 category_int %} {% elif category_int == 2 or category_int == 5 %} {% show_category_pattern2 category_int %} {% endif %}
{% endfor %} {% endblock %}