Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility with Jade templates #34

Open
sunstorymvp opened this issue Jun 8, 2015 · 3 comments
Open

compatibility with Jade templates #34

sunstorymvp opened this issue Jun 8, 2015 · 3 comments

Comments

@sunstorymvp
Copy link

if showContentTags
  .tags
    each tags
      a.brandTag(href="#")=name

Hi, I can't understand how to wrap jade code with momentum helper? Could you explain? Thanks!

@tmeasday
Copy link
Member

tmeasday commented Jun 9, 2015

I'm not sure. How does Jade do template includes? Can they have sub content? Does it work with Spacebars?

@jazeee
Copy link

jazeee commented Aug 18, 2015

Just for completeness, Spacebar templates are compatible with the Jade package as documented.
https://github.com/mquandalle/meteor-jade#templates

Typically, you would use:

+momentum plugin='X'
  .your-div  your content, etc...

@sunstorymvp
Copy link
Author

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants