{# /** * @file * Theme override for a feed icon. * * AT embeds an SVG icon directly into the template which allows greater * control over the image in CSS. Set the width and height on the SVG element * or on the container, e.g. the element. * * Available variables: * - url: An internal system path or a fully qualified external URL of the feed. * - icon: The rendered HTML ( tag) for the default system feed icon image. * - attributes: Remaining HTML attributes for the feed link. * - title: A descriptive title of the feed link. * - class: HTML classes to be applied to the feed link. * * @see template_preprocess_feed_icon() */ #} {%- set feed_title = title ? title -%} {{ 'Subscribe' }}{%- if feed_title %}{{ 'Subscribe to @title'|t({'@title': feed_title}) }}{% endif -%}