11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><%= title %></title>
|
|
<link rel="stylesheet" href="/stylesheets/style.css" />
|
|
</head>
|
|
<body>
|
|
<%- body %>
|
|
</body>
|
|
</html>
|