mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +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 ``` |
||
---|---|---|
.. | ||
context.js | ||
error.js | ||
fetch-data.js | ||
format-response.js | ||
index.js | ||
post-lookup.js | ||
render-collection.js | ||
render-entry.js | ||
renderer.js | ||
secure.js | ||
templates.js |