James_Owen
James_Owen
Pull request to add a 5th parameter to this function #655
@PedroAlbR Considering getting the `params` object started now, while we're working with plugins and potentially adding more params. The params would look like this: `plugin(router, pluginDBAdapter, publish, sites, paramsObj)` instead...
This sounds good. I wonder if we should expose the response object in only one spot to keep it simple at first. We could pass res to render hooks https://github.com/clay/amphora-html/blob/master/lib/render.js#L148...