10 lines
83 B
Text
10 lines
83 B
Text
<html>
|
|
<head>
|
|
<title>Raids</title>
|
|
</head>
|
|
|
|
<body>
|
|
<%= yield %>
|
|
|
|
</body>
|
|
</html>
|