subbly/frontage

Subbly CMS 的 ABC 简易模板系统

dev-master 2015-02-19 23:50 UTC

This package is not auto-updated.

Last update: 2024-09-28 16:46:27 UTC


README

A simple as ABC Handlebar based template system for Subbly CMS.

示例

<ul>
{{#products with {
    "category": "men"
  , "includes": ["images"]
} }}
  <li>
    <a href="{{route 'product' this}}">{{name}}</a>
    {{created_at}}
  </li>
{{/products}}
</ul>

更多信息即将推出。