Skip to content

Instantly share code, notes, and snippets.

@shcarrico
Created October 1, 2014 23:41
Show Gist options
  • Save shcarrico/127efeb938bff27e6e67 to your computer and use it in GitHub Desktop.
Save shcarrico/127efeb938bff27e6e67 to your computer and use it in GitHub Desktop.
import can from 'can';
import stache from 'can/view/stache';
import tpl from 'template.stache!text';
can.$('body').append(can.stache(tpl)())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment