You are here

tagclouds-weighted.html.twig in TagCloud 8

Default theme implementation to display a list of terms.

Available variables:

  • children: A list of terms

File

templates/tagclouds-weighted.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display a list of terms.
  5. *
  6. * Available variables:
  7. * - children: A list of terms
  8. *
  9. * @ingroup themeable
  10. */
  11. #}
  12. <div class="wrapper tagclouds">
  13. {{children}}
  14. </div>