Chromium Code Reviews| Index: utils/tests/template/productview3.tmpl |
| diff --git a/utils/tests/template/productview3.tmpl b/utils/tests/template/productview3.tmpl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..16bcfbf5c8193932b7102d7513eb5c2cbdd77e24 |
| --- /dev/null |
| +++ b/utils/tests/template/productview3.tmpl |
| @@ -0,0 +1,10 @@ |
| +template ProductView(Person person) { |
| + ${#with person} |
| + <div> |
| + <span>${name}</span> |
| + <span>-</span> |
| + <span>${age}</span> |
| + </div> |
| + ${/with} |
| +} |
| + |