12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<title><%= title %></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
%= include 'layouts/_header'
|
||
|
<%= content %>
|
||
|
%= include 'layouts/_footer'
|
||
|
</body>
|
||
|
</html>
|