From f3395e29726577f578621d2bfa0c2bbfaca41172 Mon Sep 17 00:00:00 2001 From: Doge Date: Mon, 3 May 2021 08:46:18 +0800 Subject: Initial commit --- layout/layout.ejs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layout/layout.ejs (limited to 'layout/layout.ejs') 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 @@ + + + <%- partial('_partial/head') %> + + <%- partial('_partial/header') %> +
+ <%- body %> +
+ <%- partial('partial/footer') %> + + <%- partial('_partial/scripts') %> + \ No newline at end of file -- cgit v1.2.3