{{event_text}} {% if event_meta %} - {{event_meta}} {% endif %}
{% if object_name %}

{{object_name}}

{% endif %} {% if object_text or content_rows and not this_is_a_sub_snippet %}
{% if object_text %}

{{ object_text }}

{% endif %} {% for content in content_rows %}

{{ content }}

{% endfor %}
{% endif %} {% comment %} render the comment if there is one, using this same template {% endcomment %} {% if sub_object_text and sub_image_url and not this_is_a_sub_snippet %}
{% include snippet_template with object_text=sub_object_text image_url=sub_image_url event_meta=sub_event_meta event_text=sub_event_text object_name="" this_is_a_sub_snippet=True %}
{% endif %}