You are here

lt-password-title.html.twig in LoginToboggan 8

Default theme implementation to display password title.

Available variables:

  • label: The password title text to display.

File

templates/lt-password-title.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display password title.
  5. *
  6. *
  7. * Available variables:
  8. * - label: The password title text to display.
  9. *
  10. * @see template_preprocess_lt_password_title()
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. {{ label }}