localgov_services-2.1.19/modules/localgov_services_landing/templates/taxonomy-vertical-list.html.twig
modules/localgov_services_landing/templates/taxonomy-vertical-list.html.twig
<h2>{{ title }}</h2>
<ul>
{% for item in items %}
<li>
<a href="{{ path("entity.taxonomy_term.canonical", {'taxonomy_term': item.id}) }}">{{ item.getName }}</a>
</li>
{% endfor %}
</ul>
