UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

20 lines (19 loc) 511 B
<x-html title="Test" app="main"> <x-template mod="test.contact"> <fieldset> <legend $tpl="title">Contact</legend> <dl> <dt>Name:</dt> <dd> <input type="text" $tpl="name"> </dd> </dl> <dl> <dt>E-Mail:</dt> <dd> <input type="text" $tpl="email"> </dd> </dl> </fieldset> </x-template> </x-html>