Reputation: 755
I am following this tutorial, which is Meteor 1.3's official tutorial:
https://www.meteor.com/tutorials/blaze/templates
After importing 'body.js' file in 'main.js' its not showing up on the page.
Here is the source code: https://github.com/blackmamba/simple-todos
Would appreciate any help.
Thanks in Advance!
Upvotes: 2
Views: 409
Reputation: 72
You don't need to import ./main.html
in main.js
Here
I changed it and it worked, I've also sent you a pull request to your repository which you can merge here.
Upvotes: 2