Skip to content

0.2.0 singles

Ivan S Glazunov edited this page Feb 20, 2015 · 7 revisions

{ [name: string]: Object > Single > Tag > Content > Prototype };

Hash with extensions of Single.

Theory about singles.

Contains

br hr img input base frame link meta style

Instances

var img = Templates.singles.img;
img('#general.class[src=image.png]').render(console.log);
<img class="class" id="general" src="image.png"/>

Inherits

Clone this wiki locally