{# /** * @file * Default theme implementation for a summary of an image interlace effect. * * Available variables: * - data: The current configuration for this interlace effect, including: * - type: The interlace type. * - effect: The effect information, including: * - id: The effect identifier. * - label: The effect name. * - description: The effect description. * * @ingroup themeable */ #} {% apply spaceless %} {{ data.type }} {% endapply %}