11 lines
177 B
Plaintext
Executable File
11 lines
177 B
Plaintext
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<%- partial('_partial/head') %>
|
|
|
|
<body>
|
|
<%- partial('_partial/header') %>
|
|
<%- body %>
|
|
<%- partial('_partial/footer') %>
|
|
</body>
|
|
</html>
|