parent
d537a8dc9e
commit
dabce158c9
1 changed files with 7 additions and 1 deletions
|
@ -13,6 +13,12 @@
|
||||||
|
|
||||||
{{ title_suffix.contextual_links }}
|
{{ title_suffix.contextual_links }}
|
||||||
|
|
||||||
{{ ds_content }}
|
{% set image = ds_content.field_image|render %}
|
||||||
|
{% if image %}
|
||||||
|
{{ image }}
|
||||||
|
{% else %}
|
||||||
|
<figure class="background-replacement-for-no-image image"></figure>
|
||||||
|
{% endif %}
|
||||||
|
{{ ds_content|without('field_image') }}
|
||||||
|
|
||||||
</{{ ds_content_wrapper }}>
|
</{{ ds_content_wrapper }}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue