metamaps--metamaps/app/views/layouts/pages.html.erb
2016-11-24 14:22:09 -05:00

9 lines
97 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>Metamaps</title>
</head>
<body>
<%= yield %>
</body>
</html>