{% extends "layout.html" %} {% block content %}

Blocks


{% for item in page.object_list %} {% if loop.index % 4 == 0 %}
{% endif %} {% endfor %}
{# {% for item in page.object_list %} {% endfor %}
Data value
Texture
Name
{{ item.data_value }}
{% if item.main_texture %} {% endif %}
{{ item.name() }}
#}
{% endblock %}