I'd like to utilize handlebars within the Ghost's post editor similarly to how I use them in my custom Ghost template.
For example:
"Thank you for visiting {{@blog.title}}!
Please feel free to contact us via the [Contact page](http://{{@blog.url}}/contact)."
Is this possible, and if so, how do I accomplish this?