Add support for the Nimja template library https://github.com/enthus1ast/nimja
Originally I wanted to use Nunchucks/Jinja2 as the default template language for Accelerate, but there was no Nim implementation available at the time and using a plugin meant dumping state to JSON before rendering. So I opted to go with Mustache instead. Since there is now a comparable template engine in Nim it feels right to implement support for it.
Depends on #3
Add support for the Nimja template library https://github.com/enthus1ast/nimja
Originally I wanted to use Nunchucks/Jinja2 as the default template language for Accelerate, but there was no Nim implementation available at the time and using a plugin meant dumping state to JSON before rendering. So I opted to go with Mustache instead. Since there is now a comparable template engine in Nim it feels right to implement support for it.
Depends on #3