Skip to content

Instantly share code, notes, and snippets.

@dmix
Created December 14, 2011 08:02
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 dmix/1475679 to your computer and use it in GitHub Desktop.
Save dmix/1475679 to your computer and use it in GitHub Desktop.
(function() {
dust.register("tweet", body_0);
function body_0(chk, ctx) {
return chk.write("<div class=\"tweet\"><h3>").reference(ctx.get("user_name"), ctx, "h").write("</h3><p>").reference(ctx.get("tweet"), ctx, "h").write("</p></div>");
}
return body_0;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment