trugul-bot/views/layout.erb

10 lines
83 B
Text

<html>
<head>
<title>Raids</title>
</head>
<body>
<%= yield %>
</body>
</html>