9 lines
97 B
Text
9 lines
97 B
Text
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Metamaps</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<%= yield %>
|
||
|
</body>
|
||
|
</html>
|