{% extends "base.html" %} {% load thumbnail static seo %} {% block meta_seo %} {% meta_seo page %} {% endblock %} {% block content %}
{% include 'include/sidebar.html' %}
{% include 'include/breadcrumb.html' %}

{% firstof page.seo_h1 page.seo_title page.title %}

{% if products %} {% for obj in products %} {% thumbnail obj.cover 450x450 as thumb %} {% endfor %} {% endif %}
{% include 'include/pagination.html' %}
{% endblock %}