{% macro govukTabs(params) %} {% from "govuk_frontend_jinja/macros/attributes.html" import govukAttributes %} {%- macro _tabListItem(params, item, index) %} {% set tabPanelId = item.id if item.id else idPrefix + "-" ~ index -%}
{{ item.panel.text }}
{% endif %}