{% load i18n %}
{% for entry in content.entries %}

{{ entry }}

{% if entry.first_image %}{{ entry.first_image.render }}{% endif %} {% if entry.first_richtext %}{{ entry.first_richtext.render }}{% endif %}
{% endfor %}
{# if not content.featured_only #} {% with content.entries as page_obj %} {% endwith %} {# endif #}