Hello, :var header arguments can be provided multiple times. This is supported directly at the source block and through the default header argument facility. However, this was not handled correctly when the var was evaluated from a closure in a default header argument (only the last var was taken). This patch fixes that. I've also added documentation explaining how to set multiple vars in the default header argument facility. Thanks, Matt