Skip to content

Instantly share code, notes, and snippets.

@bdefore
Created May 8, 2014 16:52
<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