diff --git a/_layouts/tool.html b/_layouts/tool.html
new file mode 100644
index 0000000..b8792df
--- /dev/null
+++ b/_layouts/tool.html
@@ -0,0 +1,122 @@
+---
+layout: default
+categories:
+ - tools
+---
+
+{% for test in site.data.tools %}
+ {% if test.title == page.tool %}
+ {% assign tool = test %}
+ {% endif %}
+{% endfor %}
+
+
+
+
+
+
+
+
+ {{ tool.description }}
+
+
+
+
+
+
+
+
+
+
+ Source code
+
+
+
+ Docher Hub
+
+
+
+
+ Contributors
+
+
+ {% for contributor in tool.contributors %}
+
+
+ {% endfor %}
+
+
+
+
+ {% for page in site.pages %}
+ {% if page.tool == tool.title %}
+
+ {% endif %}
+ {% endfor %}
+
+ {% if pagecount > 1 %}
+
+ Pages
+
+
+
+ {% endif %}
+
+
+
+
+