jinja 0.0.5
jinja: ^0.0.5 copied to clipboard
Jinja2 server-side template engine for Dart. Variables, expressions, control structures and template inheritance. Try to make your own web apps with Jinja 2 templates in Dart 2.
0.0.5 #
- Add batch and escape filters
- Template and context required env
- Environment fromSource can store template
- Formatting & fixes
0.0.4 #
- Add test for for-loop & if-condition
- Add defined filter
- Immutable context
- Little Docs
- Formatting & fixes
0.0.3 #
- Fixes & formatting
- More filters & tests, package tests
0.0.2 #
- Fixes & formatting
0.0.1 #
- Base statements, variables, inheritance, filters & tests and example