> The reason I'd like to use $'s rather than @'s is that $'s are legal > to use in a js identifier. That means that people could generate > their template code in whatever js IDE they use without having to copy > in the @'s after the fact.
Good point.

