A lightweight, logicless templating library for the Odin programming language. This library allows you to define templates using placeholder variables within strings and replace them with values from a provided dictionary.
- Simple template substitution using
{{key}}syntax - Clean and minimal interface
- Designed to integrate easily into Odin projects
- No errors returns
- No conditionals nor nested templates.
- Not a full-featured template engine.
For library usage and more information run:
odin doc .Clone or copy the template module into your Odin project directory.
1-Clause BSD NON-AI License. See LICENSE for details.
Contributions are welcome! Feel free to submit issues or pull requests. For every issue please add a test