{% extends "layout-2020.html" %} {% block title %}{{ this.title }}{% endblock %} {% block content %}
{% for product in this.children %} {% if loop.first %}
{% endif %}
{{ product.title }}

{{ product.subtitle }}

Check it out
{% if loop.index is divisibleby 3 %}

{% endif %} {% if loop.last %}
{% endif %} {% endfor %}
{% endblock %}