templates/includes/bottom.html.twig line 1

Open in your IDE?
  1. {% if bottom is defined %}
  2.     <div class="mt-5 mb-3">
  3.         {% for mod in bottom %}
  4.             {{ show_module(mod) }}
  5.         {% endfor %}
  6.     </div>
  7. {% endif %}