You are here

cctags-page.html.twig in cctags 8

<div class="cctags cctags-page wrapper{{ extra_class }}">
    {% for key,taxonomy_term in taxonomy_terms %}
        {{ taxonomy_term }}
    {% endfor %}
</div>
<div>
    {{ pager }}
</div>

File

templates/cctags-page.html.twig
View source
  1. <div class="cctags cctags-page wrapper{{ extra_class }}">
  2. {% for key,taxonomy_term in taxonomy_terms %}
  3. {{ taxonomy_term }}
  4. {% endfor %}
  5. </div>
  6. <div>
  7. {{ pager }}
  8. </div>