Skip to content

0.1.0 imple single

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

[new] ([selector], [attributes]) => instance: single > Single

Single tags as img and meta.

Does not contain an embedded data stream.

Tags

br hr img input base frame link meta style

Example

Templates.single.img('[src=image.png]').render(function(result) {
	console.log(result);
});
<img src="image.png"/>
Clone this wiki locally