#set ($currentLesson = $lessonPlan.currentLesson) #if ($currentLesson)
#if ($lessonPlan.length > 1)
    #set ($width = 100 / $lessonPlan.length) #foreach ($lesson in $lessonPlan.lessons)
  1. #*$currentLesson.lessonName*#
  2. #end
#end

$currentLesson.title

#set ($bodyHTML = $currentLesson.body) $bodyHTML
#set ($error = $currentLesson.error) #set ($warning = $currentLesson.warning) #set ($success = $currentLesson.success) #set ($hint = $currentLesson.hint) #parse("$brikitCore.parseFileLocation/html/popup-messages.html")
#if ($lessonPlan.hasPrevious()) #else #end #if ($lessonPlan.hasNext()) #else #end ## Close
#end