mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
0046dce39f
refs #9601 - single or multiple template definition - possible formats: ``` routes: /about/: about ``` ``` routes: /about/: template: about ``` ``` routes: /about/: template: - about - me ``` ``` collections /posts/: template: - posts - general ``` ``` collections /posts/: template: posts ``` |
||
---|---|---|
.. | ||
controllers | ||
helpers | ||
middlewares | ||
CollectionRouter_spec.js | ||
RSSRouter_spec.js | ||
StaticRoutesRouter_spec.js |