diff --git a/_includes/themes/twitter/default.html b/_includes/themes/twitter/default.html
new file mode 100644
index 0000000000000000000000000000000000000000..a94394ce57877ef6cd6fef4f86495e9cc00a44df
--- /dev/null
+++ b/_includes/themes/twitter/default.html
@@ -0,0 +1,59 @@
+
+
+
+
+ {{ page.title }}
+ {% if page.description %}{% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ site.title }}
+
+ {% assign pages_list = site.pages %}
+ {% assign group = 'navigation' %}
+ {% include JB/pages_list %}
+
+
+
+
+
+
+
+
+ {{ content }}
+
+
+
+
+
+
+ {% include JB/analytics %}
+
+