{% extends 'xprez/contents/base.html' %} {% block css_class_extra %} xprez-grid-boxes columns-{{ content.columns }} {{ content.width }}-width margin-{{ content.margin }} textsize-{{ content.text_size }} {% if content.padded %}padded{% endif %} {% if content.content_centered %}centered{% endif %} {% if content.edge_images %}edge_images{% endif %} {% if content.boxes_filled %}boxes_filled{% endif %} {% if content.border %}border{% endif %} {% endblock %} {% block content_in %} {% for box in rendered_boxes %}
{{ box }}
{% endfor %} {% endblock %}