js.plated_chunks.prepare
array = plated_chunks.prepare(chunks)
break a string on {data} ready to find the lookup values and do all the templating actions. This just gets us an array of string parts we can easily parse.
array = plated_chunks.prepare(chunks)
break a string on {data} ready to find the lookup values and do all the templating actions. This just gets us an array of string parts we can easily parse.