You are here

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

Default theme implementation to display password description.

Available variables:

  • description: The password description text to display.

File

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