{% set tab_panes = tab_panes | default({}) %} {% set pane = tab_panes.get(block.id) %} {% set tabs_wrap_align = block.extra.get('wrap_align', '') if block.type == 'tabs' and block.extra else '' %} {% set content_hidden = block.type == 'content' and block.extra and block.extra.get('initial_hidden') %}