diff --git a/templates/show.html b/templates/show.html
index 9c441f0..d8b0233 100644
--- a/templates/show.html
+++ b/templates/show.html
@@ -6,21 +6,26 @@
- New Trello
{%if parent%}
-
+
{{parent[1]}}
{{parent[2]}}
-
+
+ {%else%}
+
{%endif%}
+ {%if parent%}
+ Child Items
+ {%else%}
+ Items
+ {%endif%}
{%for (id, title, description, created_at, updated_at, parent_id) in cursor%}
-
{{title}}
-
{%endfor%}