Please add to the documentation that you can't pass one parameter by position.
I spent more than one hour trying to understand why my template produce NPE :)
Map<String, Source> sources = .....
Rythm.render("@args Map<String, Source> sources .....", sources); // won't work