Skip to content

Instantly share code, notes, and snippets.

@mschwartz
Created February 19, 2012 18:00
Show Gist options
  • Save mschwartz/1864870 to your computer and use it in GitHub Desktop.
Save mschwartz/1864870 to your computer and use it in GitHub Desktop.
title = 'hello'
color = req.data.color ? 'red'
"""
<html>
<head>
<title>#{title}</title>
</head>
<body>
<h1 style="color: #{color}">Have another cuppa joe!</h1>
</body>
</html>
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment