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