b707360c852e5e06f50555baf1e80603783b3f90
Mustacheless
A subset of {{mustache}}, 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.
Features
- Simple template substitution using
{{key}}syntax - Clean and minimal interface
- Designed to integrate easily into Odin projects
- No errors returns
Non Featureas
- No conditionals nor nested templates.
- Not a full-featured template engine.
Usage
For library usage and more information run:
odin doc .
Installation
Clone or copy the template module into your Odin project directory.
License
1-Clause BSD NON-AI License. See LICENSE for details.
Contributing
Contributions are welcome! Feel free to submit issues or pull requests. For every issue please add a test
Languages
Odin
100%