I have this template:
Sample
Inside a Meteor app I can add this t
it is also important to include the html file before the js
html
js
api.add_files("client/sampleTemplate.html", "client"); api.add_files("client/sampleTemplate.js", "client");