{% load wagtailcore_tags ocyan_thumbnail %}
{% 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 %}