[#assign groupId = themeDisplay.getScopeGroupId() /]
[#assign response = restClient.get("/headless-digital-sales-room/v1.0/digital-sales-rooms/${groupId}") /]
[#if response?has_content && response.banner?has_content]
[@liferay_aui.style]
.dsr-header-banner {
background-image: url(${response.banner.fileURL})
}
[/@]
[#else]
[@liferay_aui.style]
.dsr-header-banner {
background-image: url([resources:banner.png])
}
[/@]
[/#if]
[/#if]