From 49b51e478fa75b8d5254662de3265edcf8906004 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Wed, 20 Apr 2016 18:03:55 +0800 Subject: Refactor server with Sequelize ORM, refactor server configs, now will show note status (created or updated) and support docs (note alias) --- public/views/slide.hbs | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 public/views/slide.hbs (limited to 'public/views/slide.hbs') diff --git a/public/views/slide.hbs b/public/views/slide.hbs new file mode 100644 index 00000000..262a5df7 --- /dev/null +++ b/public/views/slide.hbs @@ -0,0 +1,82 @@ + + + + + + + + {{title}} + + + + + + + + + + + + + + + + +
+
{{{slides}}}
+
+ + + + + + + + + + -- cgit v1.2.3