{% comment %} Content is coming from the StandardBlock StreamField class within `blocks.py` {% endcomment %} {% if self.size == 'h2' %}

{{ self.heading_text }}

{% elif self.size == 'h3' %}

{{ self.heading_text }}

{% elif self.size == 'h4' %}

{{ self.heading_text }}

{% endif %}