5ec89a199a
TBR=jacobr@google.com BUG= TEST= Review URL: https://chromiumcodereview.appspot.com//10010009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6231 260f80e4-7a28-3924-810f-c04153c831b5
17 lines
219 B
Cheetah
17 lines
219 B
Cheetah
template NameEntry(String name, int age) {
|
|
<div>
|
|
<span>aaaa</span>
|
|
<span>bbbb</span>
|
|
cccc<span>-</span>dddd
|
|
</div>
|
|
}
|
|
|
|
template SimplestTemplate() {
|
|
<div></div>
|
|
}
|
|
|
|
template EmptyTemplateContent() {
|
|
}
|
|
|
|
|