{% load wagtailcore_tags %}
{% if self.header %}
{% if self.tagline %}{{ self.tagline }}{% endif %}

{{self.header}}

{% if self.buttons %}
{% for button in self.buttons %} {% include "coyote/blocks/partials/button.html" with button=button %} {% endfor %}
{% endif %}

{% endif %}
{% for product in self.products %}
{% include "oscar/catalogue/partials/product.html" %}
{% endfor %}