9 lines
167 B
Plaintext
Executable File

<html>
<head>
<title>Flare: <%=controller.action_name%></title>
<%= javascript_include_tag :defaults %>
</head>
<body>
<%= yield %>
</body>
</html>