In this line of the apostrophe-templates module it states that a jquery get call will set the req.xhr
and as a result the refreshLayout.html
template will be used, which means you don't get the entire page.
However this seems restrictive and we need a way to override it, because what if I actually just wanted the entire page for say animation purposes, or crawling purposes using jquery?