{% load i18n %}
-{% load staticfiles %}
<!DOCTYPE html>
<html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta name="description" content="{% block description %}{% endblock %}">
<!-- styles -->
-<link rel="stylesheet" href={% static "bootstrap.min.css"%}>
+<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
-<script src="{% static "html5.js" %}"></script>
+<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>