The [Rythm Template Engine](http://rythmengine.org/) is inspired by Microsofts Razor template engine with a nice, concise syntax. It would be nice if jbake would support Rythm. Example: ``` <ul> @for(Product product: products) { <li>@product.getName(). Price: @product.getPrice().format("## ###,00") €</li> } </ul> ```
The Rythm Template Engine is inspired by Microsofts Razor template engine with a nice, concise syntax. It would be nice if jbake would support Rythm.
Example: