Skip to content

0.1.0 imple content

Ivan S Glazunov edited this page Jan 22, 2015 · 1 revision

[new] (...data) => instance: content > Contents

Content without tag.

Used to create a flow of tags without an external tag container.

Example

Templates.content(
	'data',
	' ',
	function() {
		return 'flow';
	}
).render(function(result) {
	console.log(result);
});
data flow
Clone this wiki locally