What's Changed
* Add option to run multimodels template with array of query strategies by BjarneJesse in https://github.com/asreview/asreview-makita/pull/53
* add option to run multimodels template with array of balancing strategies by BjarneJesse in https://github.com/asreview/asreview-makita/pull/56
* Refactor of template files by jteijema in https://github.com/asreview/asreview-makita/pull/55
* Adds a base class for templates and moves duplicate code to the base class in https://github.com/asreview/asreview-makita/pull/55
* passes wordcloud flag to docs renderer in https://github.com/asreview/asreview-makita/pull/55
* adds allow overwrite flag in https://github.com/asreview/asreview-makita/pull/55
* adds a catch for using the wrong template with the wrong template class in https://github.com/asreview/asreview-makita/pull/55
* cleans up name passing (name is now only in the template class, or the actual template, no more random strings) in https://github.com/asreview/asreview-makita/pull/55
* cleans up valid template checker in https://github.com/asreview/asreview-makita/pull/55
* cleans up the console output in https://github.com/asreview/asreview-makita/pull/55
* format the documents using ruff in https://github.com/asreview/asreview-makita/pull/55
* add an extra line to the filehandler writer, that way we can remove all the double empty lines in all templates in https://github.com/asreview/asreview-makita/pull/55
* update the workflow in https://github.com/asreview/asreview-makita/pull/55
* add a config DEFAULT object in https://github.com/asreview/asreview-makita/pull/55
* add prohibited arguments to templates in https://github.com/asreview/asreview-makita/pull/55
* refactor platform detection code in https://github.com/asreview/asreview-makita/pull/55
* refactor fp_template code in https://github.com/asreview/asreview-makita/pull/55
* n_runs only adds a _{{ run }} to the filename if n_runs is more than 1 in https://github.com/asreview/asreview-makita/pull/55
New Contributors
* BjarneJesse made their first contribution in https://github.com/asreview/asreview-makita/pull/53
**Full Changelog**: https://github.com/asreview/asreview-makita/compare/v0.8...v0.9rc1