localgov_services-2.1.19/modules/localgov_services_sublanding/templates/paragraph--topic-list-builder.html.twig
modules/localgov_services_sublanding/templates/paragraph--topic-list-builder.html.twig
{#
/**
* @file
* Topic list builder paragraph type.
*/
#}
{% if header %}
<h2 class="col-12 mb-4">{{ header }}</h2>
{% endif %}
{{ content.topic_list_links }}
{% if show_more %}
<div class="action-link float-right">
<span class="fa fa-chevron-right"></span><a href="{{ show_more_path }}">More</a>
</div>
{% endif %}
