Skip to content

Instantly share code, notes, and snippets.

@bdefore
Created May 8, 2014 16:52
Show Gist options
  • Save bdefore/49259ae11e70deb7f1b8 to your computer and use it in GitHub Desktop.
Save bdefore/49259ae11e70deb7f1b8 to your computer and use it in GitHub Desktop.
<template name="foo">
<img src="{{imagePath}}">
</template>
Template.foo.helpers
imagePath: () ->
imageData.url.replace("somePathPart", "forAnotherPathPart")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment