{% load wagtailcore_tags %}
{% if self.text %}
{{ self.text }}
{% endif %} {% if self.button_label and self.link %}
{{ self.button_label }}
{% endif %}