localgov_services-2.1.19/modules/localgov_services_navigation/templates/localgov-services-navigation-children.html.twig
modules/localgov_services_navigation/templates/localgov-services-navigation-children.html.twig
{#
/**
* @file
* Template for a list of children 'cards'.
*
* Available variables:
*
* @see template_preprocess_localgov_services_navigation_children()
*/
#}
{% for child in children %}
{{ child }}
{% endfor %}
