lt-access-denied.html.twig in LoginToboggan 8
Default theme implementation to display access denied text.
Available variables: access_denied: The access denied text to display.
See also
1 theme call to lt-access-denied.html.twig
- LogintobogganController::logintobogganDenied in src/
Controller/ LogintobogganController.php - This will return the output of the page.
File
templates/lt-access-denied.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display access denied text.
- *
- *
- * Available variables:
- * access_denied: The access denied text to display.
- *
- * @see template_preprocess_lt_access_denied()
- *
- * @ingroup themeable
- */
- #}
- {{ access_denied }}