{% if include.date %} {% endif %}
{% if include.hasImage != false %}
{{ include.alt }}
{% 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 %}
{{ t.software.read_more}} →
{% endif %}