diff --git a/templates/comments.html b/templates/comments.html
new file mode 100644
index 0000000..37e2af7
--- /dev/null
+++ b/templates/comments.html
@@ -0,0 +1,25 @@
+
diff --git a/templates/question.html b/templates/question.html
index ac498f4..8360c23 100644
--- a/templates/question.html
+++ b/templates/question.html
@@ -47,31 +47,7 @@
{{ .question.Body }}
{{ if .question.Comments }}
-
+ {{ template "comments.html" .question }}
{{end}}
@@ -98,31 +74,7 @@
{{ if $answer.Comments }}
-
+ {{ template "comments.html" $answer }}
{{end}}
+ Show {{ (len .Comments) }} comments +
+