meteor-gist
Provides a dead simple way to get and inject public gist into dynamic meteor template.
Usage
Put {{{gist <user> <id>}}}
in your meteor template where:
<user>
- github user name of gist owner<id>
- gist id
Example
1<template name="example"> 2 <div class="gist"> 3 {{{gist "sergeyt" "7329871"}}} 4 </div> 5</template>
TODO
- Port for browser