10 lines
106 B
Plaintext
10 lines
106 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title><%= title %></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<%= content %>
|
||
|
</body>
|
||
|
</html>
|