Hiii!! I am trying to render a template using {{render “novel” model}} inside a user template and I want to use the model hook in the corresponding novel route and also be able to use the passed model in the route/template etc to use also in action helpers since I have a separate backend API endpoint to each, how should I do it?
Any advice to point me in the right direction would be much appreciated… Thanks!