jael

    A simple server-side HTML templating engine for Dart.

    • Custom elements
    • Conditionals
    • Template inheritance
    • Block scoping
    • Interpolation of any Dart expression

    Jael is a good choice for applications of any scale, especially when the development team is small,or the time invested in building an SPA would be too much.

    Documentation for Jael syntax and directives has beenmoved to theAngel framework wiki.

    This Repository

    • package:jael - Contains the Jael parser, AST, and HTML renderer.
    • - Handles template inheritance, and facilitates the use of "compile-time" constructs.
    • package:angel_jael - Angel support for Jael. Angel contains otherfacilities to speed up application development, so something like Jael is right at home.