From 09a7bcbdef237c1443bbbfc29010e7106cffd739 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sat, 21 Jan 2017 13:08:29 +0800 Subject: Refactor templates and rearrange its path --- public/views/hackmd/body.ejs | 250 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 public/views/hackmd/body.ejs (limited to 'public/views/hackmd/body.ejs') diff --git a/public/views/hackmd/body.ejs b/public/views/hackmd/body.ejs new file mode 100644 index 00000000..d8a3f108 --- /dev/null +++ b/public/views/hackmd/body.ejs @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + +<%- include ../shared/refresh-modal %> +<%- include ../shared/signin-modal %> +<%- include ../shared/help-modal %> +<%- include ../shared/revision-modal %> -- cgit v1.2.3