{% extends 'layout/base.html.twig' %}
{% block title %}{{ property.propertyDescription.metaTitle|default(property.propertyDescription.title) }}{% endblock %}
{% block description %}{{ property.propertyDescription.metaDescription }}{% endblock %}
{% block stylesheets %}
{{ encore_entry_link_tags('css/detail') }}
{{ encore_entry_link_tags('css/ekko-lightbox') }}
{% endblock %}
{% block header %}{% endblock %}
{% block body %}
{% if is_granted('ROLE_ADMIN') %}
{% endif %}
{{ property.address }}
{{ include('property/partials/_overview.html.twig') }} {{ property.propertyDescription.content | raw }}