houdini/app/views/layouts/empty.html.erb

9 lines
No EOL
76 B
Text

<!doctype html>
<html>
<head>
</head>
<body>
<%= yield %>
</body>
</html>