jfu-1.0.x-dev/modules/jfu_examples/templates/jfu-examples-templates.html.twig
modules/jfu_examples/templates/jfu-examples-templates.html.twig
<div class="jfu--component jfu-type--{{ json_array.type}}">
{% if json_array.type %}
{% include '@jfu_examples/components/' ~ json_array.type ~ '.html.twig' with { 'json_array': json_array, 'components_config': components_config } %}
{% endif %}
</div>