{# {% if app.environment == 'dev' or#} {# route|start_with('sandbox')#} {# or route|start_with('security_')#} {# or route|start_with('bo_') %}#} {# {% endif %}#} {{ title is defined ? title : 'Genshin Impact interactive map - Genshin World' }} {% block meta %}{% endblock %} {{ encore_entry_link_tags('app') }} {% for script in encore_entry_js_files('app') %} {% endfor %} {% if app.environment == 'prod' and not route|start_with('security_') and not route|start_with('bo_') %} {% endif %} {% if is_granted('ROLE_CONTRIBUTOR') %} {% endif %}
{% if isTouchDevice.isMobile or isTouchDevice.isTablet %} {% endif %} {% include '_menu.html.twig' %} {% if user %}
{% if is_granted('ROLE_CONTRIBUTOR') %} {% endif %}
{% endif %}
{% set elements = ['anemo', 'cryo', 'dendro', 'electro', 'geo', 'hydro', 'pyro']|shuffle_array %} {% for idx in 1..2 %} {% for _element in elements %}
{{ _element }}
{% endfor %} {% endfor %}
{% block leftPanel %}{% endblock %}
{% block body %}{% endblock %}
{% block rightPanel %}{% endblock %}