{% include 'partials/weather-icons.html.twig' %} {% set owner_can_edit = owner_can_edit ?? false %} {% set feed_return_url = feed_return_url ?? trip_page.url ?? '/' %}

{{ entry.title }}{% if not entry.published %} Draft{% endif %}

{% if owner_can_edit %}
Edit
{% endif %}
{% 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 }}