{% set heading = widget.props.heading %} {% set subheading = widget.props.subheading %} {% set content = widget.content %} {% if heading %}

{{ widget.props.heading }}

{% endif %} {% if subheading %}

{{ widget.props.subheading }}

{% endif %} {% if content %}
{{ content }}
{% endif %}