Page Inject:[plugin:page(content)-inject]

Hello,

Can anybody share best practices on page inject. I tried using it but it shows wrangled page with !Doctype HTML on top. If content-inject it does not show anything, the page I want to show is made of bloginjector .

My goal is to show a news feed from the post, with thumbnail and some texts.

If you get an <html... doctype more than likely you have an error somewhere. It should just work as per the docs: https://github.com/getgrav/grav-plugin-page-inject

Make sure your ‘route’ works via the URL first.

I made the page inject function as it should be. many thanks