cultofcoders:quantum-iron-routing

v0.0.1Published 8 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Routing

Q('route homepage', {
    path: '/',
    template: 'ToDo'
});
{{# if onRoute 'homepage' }}
    <h1>I am on the homepage</h1>
{{/ if }}