Is there a tag to advance to a tab position? like blabla <tabstop(20)> blabla <tabstop(40)> This would be useful for reports. My current workaround is to actually output <<TAB20>> and run a post-processor on StringTemplate's output, but this is against the spirit of a template engine, it seems. Thanks, Juergen