Skip to content

Instantly share code, notes, and snippets.

@davidmccoy
Created March 21, 2014 14:04
Show Gist options
  • Save davidmccoy/9686970 to your computer and use it in GitHub Desktop.
Save davidmccoy/9686970 to your computer and use it in GitHub Desktop.
html layout for sinatra
<html>
<head>
<title></title>
<meta charset="utf-8">
</head>
<body>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment