0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/test/unit
Joseph Coffland 67b8fbf6cf Added raw handlebars helper
- Allows using the 4-bracket raw block syntax e.g: {{{{raw}}}}{{{{/raw}}}}
- This allows you to include handlebars inside a template that is not compiled and executed
- The common usecase is if you want to include client-side handlebars templates inside server-side ones
2020-04-06 17:26:50 +01:00
..
adapters Refactored existing adapters to use adapter-manager 2020-04-05 21:13:47 +02:00
api Added support for token session to /ghost (#11709) 2020-04-06 11:49:14 +02:00
apps
config Refactored existing adapters to use adapter-manager 2020-04-05 21:13:47 +02:00
data
helpers Added raw handlebars helper 2020-04-06 17:26:50 +01:00
lib
models
services Added support for token session to /ghost (#11709) 2020-04-06 11:49:14 +02:00
web