{% extends 'base.html.twig' %} {% block body %}

Offerings

{% if offerings|length > 0 %}
{% for offering in offerings %}
{% if offering.photoFilename %} {% endif %}
{{ offering.title }}

{{ offering.description }}

{% endfor %}
{% else %} {% endif %} {% endblock %}