diff --git a/themes/bootstrap2/templates/base.html b/themes/bootstrap2/templates/base.html
new file mode 100644
index 0000000000000000000000000000000000000000..03c0ee90d7b1fe5aa060cfbd755c1eafa5a4bcd9
--- /dev/null
+++ b/themes/bootstrap2/templates/base.html
@@ -0,0 +1,142 @@
+
+
+
+
+ {% block title %}{{ SITENAME }}{% endblock %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% if FEED_RSS %}
+
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+ {% block content %}
+ {% endblock %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% include 'analytics.html' %}
+ {% include 'piwik.html' %}
+ {% include 'disqus_script.html' %}
+
+
+
+
+
+
+