A simple odt templater
for node.js and the browser

🚀 Super lightweight: 2.2 KB (zipped 756 bytes)
npm i odt-templater
Visit on www.npmjs.com

Example

Hello { user.name },


{ #user.age }

Your age is { user.age }

{ / }


{ #user.name == John }

Hello John!

{ / }

Features

Getting started

There is a GitHub repository with simple examples.

Get involved

Have you found a bug or is an important function missing?