Bite.js is an ultra light-weight, full-featured templating engine designed for size and performance. It compiles templates into standalone functions in vanilla JavaScript that can be used to render those templates with a given set of data.
- Interpolation
- Conditionals
- Iteration
- Parent/Child Scoping
- Arbitrary Expressions
- Precompilation or Run-Time Compilation
- Partials
npm install bite-templates
Click here to view usage examples, API documentation, and a live demo.