jinja 0.5.0-beta.30 copy "jinja: ^0.5.0-beta.30" to clipboard
jinja: ^0.5.0-beta.30 copied to clipboard

Jinja2 template engine for Dart. Variables, expressions, control structures and template inheritance.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jinja

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

dependencies:
  jinja: ^0.5.0-beta.30

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:jinja/jinja.dart';
32
likes
0
pub points
86%
popularity

Publisher

unverified uploader

Jinja2 template engine for Dart. Variables, expressions, control structures and template inheritance.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (LICENSE)

Dependencies

html_unescape, meta, path, string_scanner, textwrap

More

Packages that depend on jinja