{% set weather_icons = { 'Sunny': '☀️', 'Partly cloudy': '⛅', 'Cloudy': '☁️', 'Foggy': '🌫️', 'Drizzle': '🌦️', 'Rain': '🌧️', 'Snow': '❄️', 'Thunderstorm': '⛈️' } %}

{{ entry.title }}

{% set images = entry.media.images %} {% if images|length > 0 %} {% set firstImg = images|first %} {% set wrapRatio = firstImg.height > firstImg.width ? '4 / 5' : '4 / 3' %}
{% if images|length > 1 %} {% endif %}
{% endif %}
{{ entry.content|raw }}