{# Custom UW Ad Halfpage #}
{% set customHalfpage = content_uw_ad_halfpage() %}
{% if customHalfpage %}
<div class="mb-4 text-center">
{% if customHalfpage.getClickUrl %}<a href="{{ customHalfpage.getClickUrl }}" target="{{ customHalfpage.getClickUrlTarget }}">{% endif %}
<img class="img-fluid mb-2 lazy"
data-src="{{ asset(customHalfpage.getAssetFilepath) }}"
alt="{{ customHalfpage.getAlt }}"
title="{{ customHalfpage.getCaption }}">
{% if customHalfpage.getClickUrl %}</a>{% endif %}
</div>
{# <div class="mb-4">#}
{# {% if customHalfpage.getClickUrl %}<a href="{{ customHalfpage.getClickUrl }}" target="{{ customHalfpage.getClickUrlTarget }}">{% endif %}#}
{# <img class="img-fluid w-100 mb-2 lazy" data-src="{{ asset(customHalfpage.getAssetFilepath) }}" alt="{{ customHalfpage.getAlt }}" title="{{ customHalfpage.getCaption }}">#}
{# {% if customHalfpage.getClickUrl %}</a>{% endif %}#}
{# </div>#}
{% endif %}
{# end #}