<div class="apk-sticky-socials">
<ul>
{% if document.property('facebookUrl') %}
<li>
<a href="{{ document.property('facebookUrl') }}" target="_blank">
<img uk-svg width="30" height="30" src="/static/img/pictos/facebook-circle.svg" alt="Facebook">
</a>
</li>
{% endif %}
{% if document.property('instagramUrl') %}
<li>
<a href="{{ document.property('instagramUrl') }}" target="_blank">
<img uk-svg width="30" height="30" src="/static/img/pictos/instagram-circle.svg" alt="Instagram">
</a>
</li>
{% endif %}
</ul>
</div>