templates/components/modals/modals.html.twig line 1

Open in your IDE?
  1. <div class="modal-layout">
  2.     
  3.     {% include 'components/mobile/menu.html.twig' %}
  4.     
  5.     {% include 'components/modals/auth/login.html.twig' %}
  6.     {% include 'components/modals/auth/register.html.twig' %}
  7.     
  8.     {% include 'components/modals/wallet/modal.html.twig' %}
  9.         
  10.     {% include 'components/modals/chat_rules/modal.html.twig' %}
  11. </div>