15 lines
No EOL
197 B
Text
15 lines
No EOL
197 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<%- include head %>
|
|
</head>
|
|
|
|
<body>
|
|
<%- include header %>
|
|
<%- include body %>
|
|
<%- include footer %>
|
|
<%- include foot %>
|
|
</body>
|
|
|
|
</html> |