From 56c2ba9f75a108cf613c2b416a538f3a6e2e8cfc Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Thu, 18 Feb 2016 15:41:14 -0600 Subject: [PATCH] Turn the HTML template into external --- data/markdown_doc/html_template.erb | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 data/markdown_doc/html_template.erb diff --git a/data/markdown_doc/html_template.erb b/data/markdown_doc/html_template.erb new file mode 100644 index 0000000000..2726efcdd8 --- /dev/null +++ b/data/markdown_doc/html_template.erb @@ -0,0 +1,42 @@ + + +<% unless kb.empty? %> + +<% end %> + + + +<% unless kb.empty? %> + + + + +
+
Basic Information +
+
Knowledge Base +
+

+<% end %> +
+<%= r.render(md) %> +
+<% unless kb.empty? %> +
+<%= r.render(kb) %> +<% end %> +
+ + \ No newline at end of file