subbly/frontage

an easy as ABC template system for Subbly CMS

Maintainers

Package info

github.com/subbly/frontage

Issues

pkg:composer/subbly/frontage

Statistics

Installs: 111

Dependents: 1

Suggesters: 1

Stars: 0

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

This package is not auto-updated.

Last update: 2026-02-28 23:54:00 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.