{% extends 'layout.html.twig' %} {% set seo_entity = gallery %} {% set body_class = 'swatch-gallery' %} {% block content %}
{% if gallery.wideImage %}

{{ gallery.title }}

{% else %}

{{ gallery.title }}

{% endif %}

More Inspiration

{% endblock %} {% block callouts %} {% include '_includes/help-callout.html.twig' %} {% include '_includes/email-modal.html.twig' with {'title': 'Email ' ~ gallery.title ~ ' Gallery', 'action': path('swatch_galleries_email', {'urlTitle': gallery.urlTitle})} %} {% endblock %}