jinja 0.2.3 copy "jinja: ^0.2.3" to clipboard
jinja: ^0.2.3 copied to clipboard

outdated

Jinja2 server-side 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.2.3

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';
40
likes
0
points
4.64k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta, path, string_scanner

More

Packages that depend on jinja