0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/services/theme-engine/index.js
Hannah Wolfe b9fc68b1b4 Moved theme middleware to new theme engine service
refs: bf0823c9a2

- continuing the work of splitting up the theme service into logical components
2021-04-24 20:01:09 +01:00

5 lines
172 B
JavaScript

module.exports = {
loadCoreHelpers: require('./handlebars/helpers').loadCoreHelpers,
getActive: require('./active').get,
middleware: require('./middleware')
};