platform/packages/jael
Patrick Stewart e4775d1ea9
Some checks are pending
Angel3 CI / Validate framework package (push) Waiting to run
Angel3 CI / Validate ORM packages (push) Waiting to run
Remove: deleting melos jetbrains artifacts
2024-10-01 20:11:25 -07:00
..
angel_jael Replaced Gitter with Discord chat 2024-07-07 23:02:49 +08:00
jael Replaced Gitter with Discord chat 2024-07-07 23:02:49 +08:00
jael_language_server Updated lints 2024-05-22 00:26:09 +08:00
jael_preprocessor Replaced Gitter with Discord chat 2024-07-07 23:02:49 +08:00
jael_web Updated to support SDK 3.3.0 2024-06-23 12:09:26 +08:00
LICENSE Updated JAEL 2021-12-30 09:44:26 +08:00
README.md Updated README 2022-04-24 08:55:17 +08:00

JAEL3

Pub Version (including pre-releases)

A simple server-side HTML templating engine for Dart.

Though its syntax is but a superset of HTML, it supports features such as:

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

Jael3 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

Each of the packages within this repository contains some sort of documentation.

Documentation for Jael syntax and directives has been moved to the Angel3 framework wiki.

This Repository

Within this repository are three packages:

  • package:jael3 - Contains the Jael parser, AST, and HTML renderer.
  • package:jael3_preprocessor - Handles template inheritance, and facilitates the use of "compile-time" constructs.
  • package:angel3_jael - Angel3 support for Jael.