Skip to content

Instantly share code, notes, and snippets.

@there4
Created January 5, 2013 15:23
Show Gist options
  • Save there4/4462076 to your computer and use it in GitHub Desktop.
Save there4/4462076 to your computer and use it in GitHub Desktop.
Twig Template to generate JSONP from HiFi. This can be used to fetch blog post data from remote sites. Note that the caller must deliver the name of the callback as 'jsonCallback' as a parameter.
{{hifi.http.get.jsonCallback}}({"title":"{{ this.title|e('js') }}","content":"{{ this.content|e('js') }}"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment