For example, if you want to reference the third instance of the block blkA you must define this reference as
$message.blkA[2] in the template.
For example, if you want to reference the field description in the third instance of the block
blkA you must define this reference as
$message.blkA[2].description in the template.
For example, if you want to reference the first instance of the block blk4 in the third instance of the block
blkA you must define this reference as
$message.blkA[2].blk4[0] in the template.