diff --git a/bootstrap2/templates/base.html b/bootstrap2/templates/base.html
index 326bb62..0086f1a 100644
--- a/bootstrap2/templates/base.html
+++ b/bootstrap2/templates/base.html
@@ -88,10 +88,12 @@
{% endfor %}
-
+
+
+
- Archives
-
@@ -140,6 +142,7 @@
{% endfor %}
{% include 'twitter_profile.html' %}
+ {% include 'search_sidebar.html' %}
{% if SIDEBAR_CUSTOM %}
{{ SIDEBAR_CUSTOM }}
diff --git a/bootstrap2/templates/search_sidebar.html b/bootstrap2/templates/search_sidebar.html
new file mode 100644
index 0000000..00c81e3
--- /dev/null
+++ b/bootstrap2/templates/search_sidebar.html
@@ -0,0 +1,15 @@
+{% if GOOGLE_CUSTOM_SEARCH_SIDEBAR %}
+
+Loading
+
+
+
+{% endif %}
\ No newline at end of file