{% set fullheight = fullheight ?: false %}
{% set small = small ?: false %}
{% set home = home ?: false %}
{% if zone %}
<div class="ad {{fullheight ? "ad_fullHeight"}} {{ home ?: "interne"}} {{small ? "ad_small"}} {{ fixed_height }}">
<ins data-revive-zoneid="{{zone}}" data-revive-id="5830c0cac557d7c703aefe5a13bae980"></ins>
</div>
{% else %}
{% set img_src = img_src ?: false %}
{% set link = link ?: false %}
<div class="ad {{fullheight ? "ad_fullHeight"}} {{small ? "ad_small"}} {{ fixed_height }}"
style="background-image: url('{{ img_src }}')">
<a href="{{ link }}" class="linkOnDiv"></a>
</div>
{% endif %}