www/project/icla2/views/answer.erb (9 lines of code) (raw):

<!DOCTYPE html> <html> <head> <title>ICLA Demo</title> </head> <body> <p>Hello <%= params[:name] %>.</p> </body> </html>