Skip to content

Support Rythm Template Engine #228

@helmbold

Description

@helmbold

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:

<ul>
    @for(Product product: products) {
        <li>@product.getName(). Price: @product.getPrice().format("## ###,00") €</li>
    }
</ul>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions