# Oak Jinja
A parser for Jinja2 templates written in Rust using the Oak framework.
## Features
- Parses Jinja2 syntax
- Supports standard Jinja2 constructs
- Integration with Oak ecosystem (LSP, highlighting, etc.)
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
oak-jinja = "0.0.4"
```
## License
MPL-2.0