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

Offerings

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

Some quick example text to build on the card title and make up the bulk of the card's content.

{% endfor %}
{% else %}

There are currently no active listings

{% endif %} {% endblock %}