diff --git a/templates/children.html b/templates/children.html
new file mode 100644
index 0000000..6bd5d19
--- /dev/null
+++ b/templates/children.html
@@ -0,0 +1,7 @@
+
+ {% for child in children %}
+ - {{ child }}
+ {% child.children.count > 0 %}
+ {% children_list child %}
+ {% endfor %}
+
\ No newline at end of file
diff --git a/templates/main.html b/templates/main.html
new file mode 100644
index 0000000..38d7759
--- /dev/null
+++ b/templates/main.html
@@ -0,0 +1 @@
+{% children_tag parent %}
\ No newline at end of file