{% extends 'layout.html.twig' %} {% set seo_entity = page %} {% set body_class = 'my-swatches' %} {% block content %}
{% include '_includes/flourish.html.twig' %}

{{ page.title }}

{% if mySwatches.swatches is not empty %} {% endif %}
{{ page.mySwatchesContent|raw }}
{% include '_includes/flourish.html.twig' %}

{{ page.swatchGalleriesTitle }}

{{ page.swatchGalleriesContent|raw }}
{{ render(controller('Texstyle\\Controller\\SwatchGalleriesController::moreGalleries')) }}
View all inspiration galleries
{% endblock %} {% block callouts %} {% include '_includes/help-callout.html.twig' %} {% include '_includes/email-modal.html.twig' with {'title': 'Email My Swatch Gallery', 'action': path('my_swatches_email')} %} {% endblock %}