Currently the types in this crate allow Template objects to live outside of the registry, but the lifetime annotations of the render method make it very hard to actually implement a system like that.
Is there a reason why a template that lives shorter than the registry where partials are stored couldn't be rendered?
I would need that for sqlpage
Currently the types in this crate allow Template objects to live outside of the registry, but the lifetime annotations of the render method make it very hard to actually implement a system like that.
Is there a reason why a template that lives shorter than the registry where partials are stored couldn't be rendered?
I would need that for sqlpage