Moving a Block without Recreating It
Based on a twitter conversation with VinaiKopp, I discovered you can pass a block’s insert
method a string instead of a block object, and it will use the string as a block name to insert. Looks like you CAN teach an old dog new tricks.