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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -