Skip to content

Instantly share code, notes, and snippets.

@steverandy
Created July 4, 2013 05:36
Show Gist options
  • Save steverandy/5925140 to your computer and use it in GitHub Desktop.
Save steverandy/5925140 to your computer and use it in GitHub Desktop.
function anonymous(c,p,i) {
var _=this;_.b(i=i||"");_.b("<article> ");if(_.s(_.d("model.title",c,p,1),c,p,0,31,69,"{{ }}")){_.rs(c,p,function(c,p,_){_.b(" <h1>");_.b(_.v(_.d("model.title",c,p,0)));_.b("</h1> ");});c.pop();}_.b(" <p>");_.b(_.v(_.d("model.description",c,p,0)));_.b("</p> <div class=\"actors\"> ");if(_.s(_.d("model.actors",c,p,1),c,p,0,174,343,"{{ }}")){_.rs(c,p,function(c,p,_){_.b(" <div class=\"name\"> <a data-action=\"navigate\" href=\"/help/faqs/");_.b(_.v(_.f("id",c,p,0)));_.b("\">");_.b(_.v(_.f("name",c,p,0)));_.b("</a> </div> <div class=\"born\">");_.b(_.v(_.f("born",c,p,0)));_.b("</div> ");});c.pop();}_.b(" </div> <a href=\"/back\"> span.icon Back </a> </article>");return _.fl();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment