| ... | ... |
@@ -137,11 +137,11 @@ |
| 137 | 137 |
{% endif %}
|
| 138 | 138 |
|
| 139 | 139 |
<div class="property-media"> |
| 140 |
-{# {% block property_media %}#}
|
|
| 140 |
+ {% block property_media %}
|
|
| 141 | 141 |
{% if item.property.galleryFigures[0] %}
|
| 142 | 142 |
{{- studio.figure(item.property.galleryFigures[0], { attr: { class: ('image_container media') }}) -}}
|
| 143 | 143 |
{% endif %}
|
| 144 |
-{# {% endblock %}#}
|
|
| 144 |
+ {% endblock %}
|
|
| 145 | 145 |
</div> |
| 146 | 146 |
</div> |
| 147 | 147 |
{{ _self.backgroundWrapper_close }}
|