Files
mojo-app/mojo_app/templates/layouts/default.html.ep

13 lines
129 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title><%= title %></title>
%= asset "app.css"
</head>
<body>
<%= content %>
</body>
</html>