{% include 'svg/use.svg.twig' with {
classes: ['the-face-icon', 'home-logo-icon'],
icon: 'icon-the-face'
} only %}
The Face - Paris
{# --- LATEST --- #}
{# --- LATEST SLIDESHOW --- #}
{% for item in latestItems %}
{% if item.thumbHd is defined %}
{# 12? #}
{% include 'latest/slideshow.html.twig' with {
item: item,
loop: loop,
latestItems: latestItems,
context: 'home'
} only %}
{% endif %}
{% endfor %}
{% endblock %}