Skip to content

Instantly share code, notes, and snippets.

@kylerush
Created August 21, 2014 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylerush/37b75b776dddd29a4f10 to your computer and use it in GitHub Desktop.
Save kylerush/37b75b776dddd29a4f10 to your computer and use it in GitHub Desktop.
handlebars templates
<html>
<body>
<!-- the {{variable}} would not need to be translated, but the p tag string would need to be. -->
<script id="template">
<h1>{{variable}}</h1>
<p>This content would need to be translated.</p>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment