Skip to content

Instantly share code, notes, and snippets.

@svenyurgensson
Created April 19, 2012 08:42
Show Gist options
  • Save svenyurgensson/2419733 to your computer and use it in GitHub Desktop.
Save svenyurgensson/2419733 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<%= yield :meta %>
</head>
<body>
<%- content_for :meta do %>
<%= render text: "Trying to return something" %>
<% end %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment