{% if include.icon and include.icon != empty %} {% include icons/{{ include.icon }} %} {% endif %} {% if include.description and include.description != empty %}
{% if include.subtitle and include.subtitle != empty %}
{{ include.subtitle }}
{% endif %} {{ include.title }}

{{ include.description }}

{% else %}
{% if include.subtitle and include.subtitle != empty %}
{{ include.subtitle }}
{% endif %} {{ include.title }}
{% endif %}