{% block content %} {% for l in listings %}
{{ l.added_at }}
#{{ l.slug }}
{{ l.name }}
{% if l.image is not none %}
{% else %}
{% endif %}
{{ l.dates }}
{{ l.location }}
{{ l.price }}
{{ l.size }}
{% endfor %}
{% endblock %}