Replies: 1 comment 7 replies
-
|
Can you share the code you used in |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What seems to be simple I cannot seem to make work.
I have multiple identically formatted CSV files that I've added to a site via "addDataExtention" they all work fine in nunjucks templates if I use the file name based reference directly. Ex: "bbtable.csv" to iterate over the rows such as...
what I need to do is make the global data object variable and specified in the front matter of markdown files that use the nunjucks template to render multiple pages using different CSV files. I cannot get this to work.
.md file
example.njk
I've tried every variation of this without success.
Any suggestions??
Beta Was this translation helpful? Give feedback.
All reactions