: interner.format("%s within %s", blockId, element.getCompleteId());
BlockImpl block = new BlockImpl(token.getLocation(), description);
if (blockId != null)
element.addBlock(blockId, block);
// Start directing template content into the Block
pageAssembly.bodyElement.push(block);
}
});