{% extends 'global.html'%} {% load static %} {% load thumbnail %} {% block title %}{{place.name}}{% endblock %} {% block maincontent %}

{{ place.name }}

{% if place.images.first.filename.hero.url %}
{% endif %}

{{ place.description }}

Map-Links

Bilder

    {% for place_image in place.images.all %}
  • {% endfor %}
{% endblock maincontent %}