{# /** * @file * Template to display a tournament bracket view. * * Available variables: * - rows: Array of row items. Each row contains field values keyed by field name. * - attributes: HTML attributes for the container. * - header: Table header labels keyed by field ID. * - fields: Array of field IDs to use. * - classes: Array of classes to apply to elements. */ #} {{ attach_library('amerileague/amerileague') }} {% set formatted_rows = prepare_rows(rows) %} {% set output = format_output(formatted_rows) %} {{ output|raw }}