{% load ocyan_thumbnail wagtailcore_tags styling_tags %} {% if self.layout == "layout1" %}
{{ self.body|richtext }} {% if self.buttons %}
{% for button in self.buttons %} {% include "coyote/blocks/partials/button.html" %} {% endfor %}
{% endif %}
{% responsive_image self.image.file alt=self.image.title classes="h-80 img-fluid" %}
{% responsive_image self.secondairy_image.file alt=self.image.title %} {{ self.go_to_text|default:"Bekijk de volledige collectie" }}
{% elif self.layout == "layout2" %}
{% responsive_image self.image.file alt=self.image.title %}
{% responsive_image self.secondairy_image.file alt=self.image.title %}
{% responsive_image self.tertiary_image.file alt=self.image.title %}
{{ self.body|richtext }} {% if self.buttons %}
{% for button in self.buttons %} {% include "coyote/blocks/partials/button.html" %} {% endfor %}
{% endif %}
{% endif %}