{% extends 'MainBundle:Master:template.html.twig' %} {% block scripts %} {# CSS #} {#Bootstrap#} {% set configUser = app.user.config %} {% if configUser.skin_dark is defined %} {% if configUser.skin_dark %} {# validacion tema oscuro #} {% else %} {# validacion tema claro #} {% endif %} {% else %} {% endif %} {# JS #} {% endblock %} {% block content %}