{# /** * @file * Theme override for a branding block. * * Each branding element variable (logo, name, slogan) is only available if * enabled in the block configuration. * * Available variables: * - site_logo: Logo for site as defined in Appearance or theme settings. * - site_name: Name for site as defined in Site information settings. * - site_slogan: Slogan for site as defined in Site information settings. * - is_site_page: Flag of site landing page. * - site_color: Site landing page color. * - is_landing_page: Flag of landing page. * - landing_page_title: The title of the landing page. * - landing_page_title_overwrite: The title to overwrite. */ #} {% if is_landing_page %}