pub type BlockMap = HashMap<&'static str, &'static dyn BlockFactory>;
Map of block helper names to factories
pub struct BlockMap { /* private fields */ }