13 lines
129 B
Plaintext
13 lines
129 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><%= title %></title>
|
|
%= asset "app.css"
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<%= content %>
|
|
</body>
|
|
</html>
|