subbly/frontage

an easy as ABC template system for Subbly CMS

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

This package is not auto-updated.

Last update: 2024-04-27 14:33:20 UTC


README

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

Exemple

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

More information soon.