trugul-bot/views/layout.erb

11 lines
83 B
Text
Raw Normal View History

2015-04-15 11:00:32 -04:00
<html>
<head>
<title>Raids</title>
</head>
<body>
<%= yield %>
</body>
</html>