You are here

minisite-link.html.twig in Mini site 8

Default theme implementation for a link to a minisite.

Available variables:

  • attributes: The HTML attributes for the containing element.
  • link: A link to the minisite.

File

templates/minisite-link.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a link to a minisite.
  5. *
  6. * Available variables:
  7. * - attributes: The HTML attributes for the containing element.
  8. * - link: A link to the minisite.
  9. *
  10. * @see template_preprocess_minisite_link()
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. <span{{ attributes }}>{{ link }}</span>