rich text field conditional snippet
test conditional in hubspot for empty value of rich text field
{% rich_text "content_name" label='Enter the....', html='default content', export_to_template_context=True %}
{% if widget_data.content_name.html %}
{{ widget_data.content_name.html}}
{% endif %}