aboutsummaryrefslogtreecommitdiffstats
path: root/lib/attachment_to_html/template.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/attachment_to_html/template.html.erb')
-rw-r--r--lib/attachment_to_html/template.html.erb13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/attachment_to_html/template.html.erb b/lib/attachment_to_html/template.html.erb
new file mode 100644
index 000000000..9d3068ce2
--- /dev/null
+++ b/lib/attachment_to_html/template.html.erb
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title><%= title %></title>
+</head>
+<body>
+ <div id="<%= wrapper %>">
+ <div id="view-html-content">
+ <%= body %>
+ </div>
+ </div>
+</body>
+</html>