As part of my journey looking into Grav … I had a site (GetSimple CMS, but this seems to have fallen over hence looking into a lightweight/similar replacement) that took data for events from a .CSV file and then generated an events listing page dynamically populating the page for either a listings or single event page using some trivial PHP functions to handle reading the file and generating the HTML.
I’m assuming Grav is capable of something similar but I am having difficulty getting my head round how this might work especially as Grav pages, via Twig, are rendered as HTML.
Can anyone point me to anything I might read on how to do this?
Thanks