684cc25 reverted the documented feature to render static HTML (staticMarkup) without any additional info.
Does this mean it will be deprecated in the future? The reason I am asking is because I want to render an AMP page and this could be the right direction. Although this is a setting that can better be handled on the page level: app.renderToHTML(req, res, pagePath, queryParams, {staticMarkup:true}).
Perhaps if not, this could be added as an example (happy to do that), just because the setting is a bit hidden.