What's Changed
* Added `TemplateHeader` (and some utility types) for multi-template support on a single route. By volfpeter in https://github.com/volfpeter/fasthx/pull/23
* Added a `prefix` argument to `Jinja.hx()` and `Jinja.page()`. By volfpeter in https://github.com/volfpeter/fasthx/pull/23
* Renamed most `template_name` arguments to `template` ("keyword or positional" arguments are affected, potentially breaking change). By volfpeter in https://github.com/volfpeter/fasthx/pull/23
* Added more tests. By volfpeter in https://github.com/volfpeter/fasthx/pull/23
* Refactored and extended the documentation. By volfpeter in https://github.com/volfpeter/fasthx/pull/23
* Bumped version to `1.0.0`, the project will be sem-ver from now. By volfpeter in https://github.com/volfpeter/fasthx/pull/23
Upgrade from older releases
The upgrade shouldn't require code changes unless you assigned Jinja template names as keyword arguments in `Jinja.hx()` and `Jinja.page()`. In that case, all you need to do is rename `template_name="..."` to `template="..."`.