tagclouds-weighted.html.twig in TagCloud 8
Same filename and directory in other branches
Default theme implementation to display a list of terms.
Available variables:
- children: A list of terms
1 theme call to tagclouds-weighted.html.twig
- TagcloudsPageChunk::chunk in src/
Controller/ TagcloudsPageChunk.php - Renders a list of vocabularies.
File
templates/tagclouds-weighted.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display a list of terms.
- *
- * Available variables:
- * - children: A list of terms
- *
- * @ingroup themeable
- */
- #}
- <div class="wrapper tagclouds">
- {{children}}
- </div>