I'm getting bored of custom string hacking in the SA code. There are a lot of places where they are used. **Maybe** it would be better to use one of the following libraries: - [Mustache.java](https://github.com/spullara/mustache.java) - [Apache Velocity](http://velocity.apache.org/) - [StringTemplate](http://www.stringtemplate.org/) Or something even more lightweight, without all HTML stuff.