#if ($fragment) $htmlTitle $utils.raw($additionalCssImports) ##TRACKING_CODE #set ($emptyTitle = $utils.raw("—"))
#if ($fragment.title)

$fragment.title

#end #fragmentContentForDoc($fragment)
#foreach ($childRel in $fragment.getChildRelations($publicOnly))

$utils.defaultIfNull($childRel.to.title, $emptyTitle)

#fragmentContentForDoc($childRel.to) #foreach ($grandchildRel in $childRel.to.getChildRelations($publicOnly)) #end ## foreach grandchildren
#end ## foreach children
#else ## fragment is null   #end