{% extends 'base.html.twig' %} {% block title %}Color Schemas{% endblock %} {% block body %}
{{ app.request.attributes.get('instance') | capitalize }}

Color configuration

{% for colorSchema in colorSchemas %} {% endfor %}
Icon Instance Primary Color Logo Actions
Logo {{ colorSchema.instance }}
Logo
{% endblock %}