Initial Commit
diff --git a/_includes/supportstatus.html b/_includes/supportstatus.html
new file mode 100644
index 0000000..66126ba
--- /dev/null
+++ b/_includes/supportstatus.html
@@ -0,0 +1,12 @@
+<div class='page-heading'>Status:</div>
+<hr />
+<p class="text">Support Status: {{ page.supportstatus }}</p>
+<p class="text">Maintainer: {{ page.maintainer }}</p>
+<p class="text">Code Name: {{ page.codename }}</p>
+{% if page.devicetree %}
+<p class="text"><a href="{{ page.devicetree }}">Device Tree / files</a></p>
+{% endif %}
+
+{% if page.xdathread %}
+<p class="text"><a href="{{ page.xdathread }}">Support thread on xda-developers</a></p>
+{% endif %}