diff --git a/simple-bootstrap/templates/analytics.html b/simple-bootstrap/templates/analytics.html
new file mode 100644
index 0000000..b96f455
--- /dev/null
+++ b/simple-bootstrap/templates/analytics.html
@@ -0,0 +1,11 @@
+{% if GOOGLE_ANALYTICS %}
+
+
+{% endif %}
\ No newline at end of file
diff --git a/simple-bootstrap/templates/base.html b/simple-bootstrap/templates/base.html
index e282538..68b8a10 100755
--- a/simple-bootstrap/templates/base.html
+++ b/simple-bootstrap/templates/base.html
@@ -58,5 +58,6 @@
+ {% include 'analytics.html' %}