{% set image = page.media.images|first %}
{% if image %}
{{ content|raw }}
{{ image.html|raw }}
{% else %}
{{ content|raw }}
{% endif %}