added permissions for server side print
diff --git a/website/templates/pages/print.html b/website/templates/pages/print.html
index fc7174d..b684dfe 100644
--- a/website/templates/pages/print.html
+++ b/website/templates/pages/print.html
@@ -12,4 +12,7 @@
 <body>
 	{{ body }}
 </body>
+{%- if comment -%}
+<!-- {{ comment }} -->
+{%- endif -%}
 </html>
\ No newline at end of file