$r.render("nodeLink")
#if ($coursenode.getLongTitle() && $coursenode.getLongTitle() != "")
$r.escapeHtml($coursenode.getLongTitle())
#end #if ($coursenode.getLearningObjectives() && $coursenode.getLearningObjectives() != "")
$r.formatLatexFormulas("$coursenode.getLearningObjectives()")
#end #if ($r.available("peekViewController"))
$r.render("peekViewController")
#end