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