url tag only makes sense if a routing framework is used to generate URLs. stick supports url resolving https://github.com/ringo/stick/blob/master/lib/helpers.js#L44 ``` urlFor(app, {action: "edit", id: 5}) urlFor("index", {do: "search"}) ```
url tag only makes sense if a routing framework is used to generate URLs.
stick supports url resolving https://github.com/ringo/stick/blob/master/lib/helpers.js#L44