You are here

tagadelic-view-tagadelic-list.html.twig in Tagadelic 8.3

Template for tagadelic list.

File

templates/tagadelic-view-tagadelic-list.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Template for tagadelic list.
  5. */
  6. #}
  7. {{ attach_library('tagadelic/base') }}
  8. <ul class="tag-cloud">
  9. {% for row in rows %}
  10. <li class="level{{ row.content.weight }}">
  11. {{ row.content }}
  12. </li>
  13. {% endfor %}
  14. </ul>