You are here

opigno-learning-path-message.html.twig in Opigno Learning path 3.x

Same filename and directory in other branches
  1. 8 templates/opigno-learning-path-message.html.twig

Default theme implementation to display learnign path notification.

Available variables:

  • markup: The text with markup.

File

templates/opigno-learning-path-message.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display learnign path notification.
  5. *
  6. * Available variables:
  7. * - markup: The text with markup.
  8. */
  9. #}
  10. <div class="lp_info mb-4 py-4 pr-3 pr-md-5">
  11. <span class="lp_icon_info"></span>
  12. <p class="lp_info_text">{{ markup|raw }}</p>
  13. </div>