Initial Commit
diff --git a/_includes/download.html b/_includes/download.html
new file mode 100644
index 0000000..919f62f
--- /dev/null
+++ b/_includes/download.html
@@ -0,0 +1,12 @@
+<div class='page-heading'>Download Links:</div>
+<hr />
+<p class="text">Current and past versions of TWRP can be found at one of the mirrors below:</p>
+<ul>
+{% for mirror in site.data.mirrors %}
+  <li>
+    <a href="{{ mirror.baseurl }}{{ page.downloadfolder }}">
+      {{ mirror.description }}
+    </a>
+  </li>
+{% endfor %}
+</ul>