You are here

patterns-destination.html.twig in UI Patterns 8

Render destination in case of multiple sources mapped to it.

File

templates/patterns-destination.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Render destination in case of multiple sources mapped to it.
  5. */
  6. #}
  7. {% if sources is not empty %}
  8. {% for source in sources %}
  9. {{ source }}
  10. {% endfor %}
  11. {% endif %}