Welcome to the 'naked' {{ array_element }} '{{ subitem }}' page
Here there should be several {{ subitem }} plots etc.
{% for row in range(4) %}
{% for col in range(3) %}
Placeholder for {{ array_element }} {{ subitem }} plot {{ row }}x{{ col
}}
{% endfor %}
{% endfor %}
{% endblock %}