jinja 0.4.0-dev.40
jinja: ^0.4.0-dev.40 copied to clipboard
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.4.0-dev.40
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';