Can I Nest Templates in Meteor JS? -


i'm bit new meteor, seems pretty amazing.

i'd able nest templates , pass parameters templates this:

<template name="parent">     <h1>parent header</h1>     {{> child state="parent" }} </template> 

i noticed accounts-ui package sort of thing, errors. this: {{loginbuttons align="right"}}, seems come handler? (source: http://docs.meteor.com/#accountsui)

is possible way nesting? need use nifty handlers instead?

in current implementation of templating engine not able pass params templates. in future will. though, can simple nesting.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -