Skip to content

Instantly share code, notes, and snippets.

@BlakeMesdag
Created June 16, 2013 02:29
Show Gist options
  • Save BlakeMesdag/5790521 to your computer and use it in GitHub Desktop.
Save BlakeMesdag/5790521 to your computer and use it in GitHub Desktop.
Application Layout for BaconTracker
<!DOCTYPE html>
<html>
<head>
<title>BaconTracker</title>
<%= stylesheet_link_tag "application", media: "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body>
<div data-yield="main"></div>
</body>
</html>
@BlakeMesdag
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment