{% load static %} {% load zenblog_tags %} {% load shared_tags %} {% include 'shared_lib/seo.html' with template_name='zenblog' %} {% header %}
{% block content %} {% show_calendar %} {% show_modal %} {% analytics %} {% include 'zenblog/components/hero.html' %} {% include 'zenblog/components/post_grid.html' %} {% for category in category_list %}

{{ category.filter }}

See All {{ category.filter }}
{% if forloop.counter0 == 0 or forloop.counter0 == 3 %} {% category_gid1 category.filter %} {% elif forloop.counter0 == 1 or forloop.counter0 == 4 %} {% category_gid2 category.filter %} {% elif forloop.counter0 == 2 or forloop.counter0 == 5 %} {% category_gid3 category.filter %} {% endif %}
{% endfor %} {% endblock content %}
{% footer %}