<!DOCTYPE html>
<html>
<head>
  <title>RequestRefinery</title>
  <%= stylesheet_link_tag    "request_refinery/application", media: "all" %>
  <%= javascript_include_tag "request_refinery/application" %>
  <%= csrf_meta_tags %>
</head>
<body>
	<p class="notice"><%= notice %></p>
	<p class="alert"><%= alert %></p>
	<%= yield %>

</body>
</html>