{% 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 }}