I would like to include a Github gist in an ember handlebars template. However, gists come in the form of script tags and these do not seem to work when inside a template. Just to be clear the gist is entered into a text area and then persisted via firebase. Upon viewing the article the gist does not display. I know about escaping in the template e.g. {{{body}}} however this does not work.
Any suggestions of how to make script tags render/fire within templates would be much appreciated.