diff options
Diffstat (limited to 'layout/layout.ejs')
-rw-r--r-- | layout/layout.ejs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/layout.ejs b/layout/layout.ejs new file mode 100644 index 0000000..4ae62cc --- /dev/null +++ b/layout/layout.ejs @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="<%= config.language %> "> + <%- partial('_partial/head') %> + <body> + <%- partial('_partial/header') %> + <div class="wrapper"> + <%- body %> + </div> + <%- partial('partial/footer') %> + </body> + <%- partial('_partial/scripts') %> +</html>
\ No newline at end of file |