subbly/frontage

an easy as ABC template system for Subbly CMS

Installs: 111

Dependents: 1

Suggesters: 1

Security: 0

Stars: 0

Watchers: 2

Forks: 0

pkg:composer/subbly/frontage

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

This package is not auto-updated.

Last update: 2025-10-11 21:48:40 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.