{% spaceless %} {# /** * @file * Theme implementation for a ECL list of icons with text. * * Parameters: * - "items" (array) (default: []) * - "icon" (string) (default: 'file') * - "text" (string) (default: '') * - "compact" (string) (default: false) */ #} {# Internal properties #} {% set _icon_path = icon_path|default('') %} {% set _compact = compact|default(false) %} {# Print the result #} {% if items %}