diff --git a/modules/comment.inc b/modules/comment.inc
index c673031..72f2a9f 100644
--- a/modules/comment.inc
+++ b/modules/comment.inc
@@ -24,6 +24,9 @@ function comment_styleguide() {
   $name = styleguide_word(2);
   $render = array(
     '#theme' => 'comment',
+    '#entity_type' => 'comment',
+    '#bundle' => 'comment_node_styleguide',
+    '#view_mode' => 'default',
     '#comment' => (object) array(
       'cid' => 0,
       'pid' => 0,
