I have a working HTML and javascript. It implements Mustache.js. I have included Mustache JS in my external resources. I am trying to make information cards using a HTML UI peice. These cards should dynamically be filled with data using Mustache. Here is the example code I am using to test.
Here is what happens when you run it:
Here is the same code in appery.io:
When the app runs:
I am using the same external resource on Appery and JSFiddle:
Is there anyone who can help me figure out why the same implementation does not work in Appery? Thanks!