You are here

lt_login_link.html.twig in LoginToboggan 8

Default theme implementation to display the login link.

Available variables:

  • login_link_text: To display the login link.

File

templates/lt_login_link.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display the login link.
  5. *
  6. *
  7. * Available variables:
  8. * - login_link_text: To display the login link.
  9. *
  10. * @see template_preprocess_lt_login_link()
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. {{ login_link_text }}