Connect a YAML database to a page

Hi, i want to do a table with 800 entries. For clean code purpose, i want to have all my entries in a YAML file and the data will be pulled from this YAML file to a table.md page with table.html.twig template.

Is it possible to set up that kind of format ? I did not find much on the YAML tutorial on learnGRAV about that case.

Thanks in advance for help :slight_smile:

Hehe next time i shall look deeper in the plugin.

For exactly my case purpose there is : https://github.com/Perlkonig/grav-plugin-import

So this is solved and i hope other people will find help in this post !