lt-username-description.html.twig in LoginToboggan 8
Default theme implementation to display username description.
Available variables:
- description: The username description text to display.
See also
1 theme call to lt-username-description.html.twig
- logintoboggan_form_alter in ./
logintoboggan.module - Implements hook_form_alter().
File
templates/lt-username-description.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display username description.
- *
- *
- * Available variables:
- * - description: The username description text to display.
- *
- * @see template_preprocess_lt_username_description()
- *
- * @ingroup themeable
- */
- #}
- {{ description }}