You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inside of mquandelle's jade tools for Meteor, however nothing seems to be working - I only get a white page with no error.
When my jade file contains
template(name='user_take_photo')
| Hello World
Hello world appears, meaning there must be some sort of issue between the template I'm including and the jade support.
I've tried including an html file containing {{> upload_bootstrap }}, and inserting {{> upload_bootstrap}} into the page as text using | {{> upload_bootstrap }}. These didn't work.
Would you have any idea how to handle this? I'm relatively new to webdev, and would love any ideas.
The text was updated successfully, but these errors were encountered:
jmoak3
changed the title
Including upload_bootstrap using mquandalle:jade
Including upload_bootstrap using mquandalle:jade on Meteor 1.3.1
Apr 12, 2016
jmoak3
changed the title
Including upload_bootstrap using mquandalle:jade on Meteor 1.3.1
Including upload_bootstrap using mquandalle:jade on Meteor 1.1
Apr 12, 2016
is equivalent to
inside of mquandelle's jade tools for Meteor, however nothing seems to be working - I only get a white page with no error.
When my jade file contains
Hello world appears, meaning there must be some sort of issue between the template I'm including and the jade support.
I've tried including an html file containing {{> upload_bootstrap }}, and inserting {{> upload_bootstrap}} into the page as text using | {{> upload_bootstrap }}. These didn't work.
Would you have any idea how to handle this? I'm relatively new to webdev, and would love any ideas.
The text was updated successfully, but these errors were encountered: