▶
Eco template source:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Eco template</title> </head> <body> <ul> <% for person in @people: %> <li><%= person.name %></li> <% end %> </ul> </body> </html>
Parse Error
Preprocessed CoffeeScript:
Compiled JavaScript: