opigno-learning-path-training-course-content.html.twig in Opigno Learning path 8
Same filename and directory in other branches
Default theme implementation to display the training elements.
Available variables:
- #course_id: Course id.
- elements: The training elements.
1 theme call to opigno-learning-path-training-course-content.html.twig
- LearningPathAchievementController::build_course_steps in src/
Controller/ LearningPathAchievementController.php - Returns course steps renderable array.
File
templates/opigno-learning-path-training-course-content.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display the training elements.
- *
- * Available variables:
- * - #course_id: Course id.
- * - elements: The training elements.
- */
- #}
-
- <div id="{{ 'course_steps_' ~ elements['#course_id'] }}"
- class="lp_course_steps_wrapper ml-md-7 mr-md-5 mb-5">
- <h4>{{ 'Course Content'|t }}</h4>
- {{ elements }}
- </div>
-
-