{{ entry.title }} {{ entry.date|date('d M Y')|upper }} {% if entry.header.location_city or entry.header.location_country %} · {%- set _loc = [] -%} {%- if entry.header.location_city -%}{%- set _loc = _loc|merge([entry.header.location_city]) -%}{%- endif -%} {%- if entry.header.location_country -%}{%- set _loc = _loc|merge([entry.header.location_country]) -%}{%- endif -%} {{ _loc|join(', ') }} {% endif %} {% if entry.header.weather_desc %} · {{ weather_icons[entry.header.weather_desc]|default('')|raw }} {{ entry.header.weather_desc }} {% endif %} {% set images = entry.media.images %} {% if images|length > 0 %} {% set firstImg = images|first %} {% set wrapRatio = firstImg.height > firstImg.width ? '4 / 5' : '4 / 3' %} {% for img in images %} {% endfor %} {% if images|length > 1 %} {% for img in images %} {% endfor %} {% endif %} {% endif %} {{ entry.content|raw }}