This is one of those questions that have been asked a few times but still has no good answers. I cant work out how to retrieve my data in stored in seperate json files for use by the variables i define in my partials and macros. Note I am trying to achieve this without gulp or grunt, just node if if possible.
Finding a clear solution has been very difficult. Can anyone assist?
{{ my_variable }}
` – Molda Jan 08 '17 at 19:09{{var1}}
{{var2}}
{{var3}}
and view2.njk{{var1}}
– JPB Jan 23 '17 at 05:11{{ vars.val1 }}
– Molda Jan 23 '17 at 15:14