{% if include.hasImage != false %}
{{ include.alt }}
{% endif %}
{% if include.date %} {% endif %}

{% if include.comingsoon != true %} {{ include.title }} {% else %} {{ include.title }} {% endif %} {% if include.comingsoon %}
{{ t.coming_soon }}
{% endif %} {% if include.comingsoon != true %}
{% endif %}

{% if include.author %}
{{ t.by }} {{ include.author | capitalize }}
{% endif %} {% if include.subtitle %}

{{ include.subtitle }}

{% endif %} {% if include.text != '' %}

{{ include.text }}

{% endif %}
{% if include.hasMore != false and include.comingsoon != true %}

{{ t.home_projects_expand}} 

{% endif %} {% if include.hasSocial != false %}

{% for social in include.socials %} {{ social.name }} {% endfor %}

{% endif %}
{% if include.tags %}

{{ t.news_categories }}

{% include pills.html items=include.tags small=true %}
{% endif %}