Ghost/core/frontend/services/themes/handlebars
Hannah Wolfe bf0823c9a2 Moved hbs engine into new theme engine service
- This is the beginning of splitting up the theme service into:
   - Storage components used by the API (should be a server service)
   - Theme engine & rendering components used by the frontend (this new engine service)
   - The code to activate a theme which is shared code where the API & frontend need to communicate
- This is needed because currently the frontend theme service is required and used by the API, creating tight coupling.
- In my quest to truly separate the API and frontend, this is one of many battles that needs winning
2021-04-19 20:03:30 +01:00
..
helpers.js Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
register.js Moved hbs engine into new theme engine service 2021-04-19 20:03:30 +01:00
template.js Moved hbs engine into new theme engine service 2021-04-19 20:03:30 +01:00
utils.js Moved non-helper code out of helpers 2020-04-10 12:27:43 +01:00