{% load i18n %} {% load staticfiles %} {% block title %}Saleor{% endblock %} {% block meta %} {% endblock meta %} {% block stylesheet %}{% endblock stylesheet %} {% block header %} {% endblock %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% block outerbreadcrumb %} {% endblock outerbreadcrumb %} {% block outercontent %}
{% block content %}
{% include "category/_items.html" %}
{% endblock content %}
{% endblock outercontent %}
{% block footer %} {% endblock %} {% block footer_scripts %} {% endblock footer_scripts %}