jtl 1.1.2 copy "jtl: ^1.1.2" to clipboard
jtl: ^1.1.2 copied to clipboard

JetLeaf Template Language — a lightweight template engine for generating HTML, text, and dynamic content.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jtl

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  jtl: ^1.1.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jtl/jtl.dart';
1
likes
150
points
1.48k
downloads

Publisher

verified publisherjetleaf.hapnium.com

Weekly Downloads

JetLeaf Template Language — a lightweight template engine for generating HTML, text, and dynamic content.

Homepage
Repository (GitHub)
View/report issues

Topics

#templates #rendering #jetleaf #html #dynamic-content

Documentation

Documentation
API reference

License

BSD-2-Clause (license)

Dependencies

jetleaf_lang, jetleaf_logging, meta

More

Packages that depend on jtl