You are here

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

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

Default theme implementation to display learnign path step.

  • elements['#step']
  • elements['#is_module']
  • elements

File

templates/opigno-learning-path-training-step.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display learnign path step.
  5. *
  6. * - elements['#step']
  7. * - elements['#is_module']
  8. * - elements
  9. */
  10. #}
  11. {% set step = elements['#step'] %}
  12. <div class="content-box">
  13. {{ elements }}
  14. </div>