Appending to a text variable
I'm constructing a text variable by appending a mix of static texts and variables to it. I'm using the `sprintf` filter to do so. It works well but it gets a little cumbersome after a few variables. Is there a better (more flexible) way to achieve this use case?