mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
98f5ae00fc
refs #5091, #9192 - Renderer figures out templates, contexts, and does a render call - Templating is now handled with a single function - Context call is made in the renderer Note: to make this work, all controllers now define a little bit of config, currently stored in res._route. (That's a totally temporary location, as is res._template... when a sensible naming convention reveals itself I'll get rid of the weird _). This exposes a type and for custom routes a template name & default. |
||
---|---|---|
.. | ||
adapters | ||
api | ||
apps | ||
auth | ||
config | ||
controllers | ||
data/importer | ||
helpers | ||
metadata | ||
middleware | ||
models/base | ||
models_plugins | ||
permissions | ||
services | ||
settings | ||
sitemap | ||
themes | ||
utils | ||
admin_spec.js | ||
apps_filters_spec.js | ||
errors_spec.js | ||
exporter_spec.js | ||
ghost_sdk_spec.js | ||
migration_fixture_utils_spec.js | ||
migration_spec.js | ||
server_utils_spec.js | ||
social-urls_spec.js | ||
utils_pipeline_spec.js | ||
validation_spec.js |