If you have nested cut point markers in a template you can obtain them like this:
$se->get('path.to.the.treasure');
...finds a treasure in this template:
<!-- cut:path -->
<!-- cut:to -->
<!-- cut:the -->
<!-- cut:treasure -->
<gold />
<!-- /cut:treasure -->
<!-- /cut:the -->
<!-- /cut:to -->
<!-- /cut:path -->