{% load wagtailcore_tags %}
{{ self.body|richtext }} {% if self.layout == 'layout1' and self.read_more_button %} {% endif %}
{% for product in self.products %} {% if product is not None %}
{% include "coyote/partials/product_slider_item.html" %}
{% endif %} {% endfor %}
{% if self.layout == 'layout2' and self.read_more_button %} {% endif %}