{% if include.date %}
{% endif %}
{% if include.hasImage != false %}
{% endif %}
{{ include.title }}
{% if include.comingsoon %}
{{ t.coming_soon }}
{% endif %}
{% if include.text != '' %}
{{ include.text }}
{% endif %}
{% if include.author %}
{{ t.by }} {{ include.author }}
{% endif %}
{% if include.cta %}
{% endif %}
{% if include.hasMore != false %}
{% endif %}