pub fn block(input: &str) -> Result<Block, Error>
Parse a block, expects the value to be wrapped in {}.
{}