Custom Template Helpers

For creating Custom Post Templates - how to insert some Javascript after jQuery loads, and include handlebars helpers within the Javascript...

Code injection into custom template using handlebars
I am making a custom template and want to include javascript files into the bottom of the page, but I don’t want these files on every page, just the page(s) that uses this template. I know I can do this using the ghost editor at the page level using code injection, but I would rather do it from han…
Ghost Handlebars Theme Helpers: block & contentFor
Create templates that inherit reusable templates with handlebars block and contentFor helpers. Read more about Ghost themes! 👻