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

{{ self.header }}

{{ self.header }}

{% endif %}
{{ self.body }}
{% if self.button %}
{% include "coyote/blocks/partials/button.html" with button=self.button %}
{% endif %}