diff --git a/templates/base.html b/templates/base.html
index 7b1cbde..08ccfb7 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,7 +7,11 @@
{% block title %}{% endblock %}
-
+ {% if config.USE_CDN %}
+
+ {% else %}
+
+ {% endif %}
{% block style %}
{% endblock %}
@@ -18,6 +22,10 @@
{% block nav %}{{ navbar() }}{% endblock %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}
-
+ {% if config.USE_CDN %}
+
+ {% else %}
+
+ {% endif %}