ちょっとjavascriptのテンプレートエンジンの調査・・・
ご紹介とテンプレートのコーディングスタイル:
1 2 3 | |
TrimPath
“`
| Name | Description | Price | Quantity & Alert |
| ${p.name|capitalize} | ${p.desc} | $${p.price} | ${p.quantity} : ${p.alert|default:“”|capitalize} |
| No products in your cart. | |||
{if customer.level == “gold”}
We love you! Please check out our Gold Customer specials!
{else}
Become a Gold Customer by buying more stuff here.
{/if}