You are here

lt-loggedinblock.html.twig in LoginToboggan 8

Default theme implementation to display LoginToboggan logged in block contents.

Available variables:

  • loggedinblock: The loggedinblock that shows for logged-in users.

File

templates/lt-loggedinblock.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display LoginToboggan logged in block contents.
  5. *
  6. *
  7. * Available variables:
  8. * - loggedinblock: The loggedinblock that shows for logged-in users.
  9. *
  10. * @see template_preprocess_lt_loggedinblock()
  11. *
  12. * @ingroup themeable
  13. */
  14. #}
  15. {{ loggedinblock | raw }}