<!DOCTYPE html>
<html>
<head>
  <title>ComponentGuide</title>
  <%= stylesheet_link_tag "application", :media => "all" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tags %>
</head>
<body>
<div class="__sg_wrapper">
  <%= yield %>
</div>
</body>
</html>