Thank you for your great plugin 😉
Hello again,
The issue was that I was using {{mpg_url}} inside my template, thinking it was a regular dynamic variable from my spreadsheet. However, mpg_url is possibly a reserved variable in Multi Page Generator .
By using it in the content of the template, it caused rendering problems and prevented other variables like {{mpg_city}} or {{mpg_h1}} from showing properly.
Solution: I renamed the column in my spreadsheet from url to something else (like slug), updated the template accordingly (using {{mpg_page_slug}}), and everything started working perfectly.
Hope this helps others avoid this small but tricky issue!