Content that goes again on several pages

Be kind to your fellow community members.

You might find the Page Inject plugin handy for this - https://github.com/getgrav/grav-plugin-page-inject

Paul already provided a good solution. With native feature, you could achieve that by creating a module which store your FAQ and then call it with {{ page.find(’/_yourmodule’).content }}

This should display the content of the md file all along with its template.

1 Like

Thanks! We will be using the Module