{# /** * @file * Theme implementation to display the frontpage content in the sitemap. * * Available variables: * - text: The text for the front page link. * - url: The URL for the front page. * - feed: The URL for the site's feed, if provided. * - feed_icon: The icon to display for the RSS feed's link. * * @see template_preprocess_sitemap_frontpage_item() */ #} {% if url %}{% endif %}{{ text }}{% if url %}{% endif %} {% if feed and feed_icon %}{{ feed_icon }}{% endif %}