]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/base.html
Use jQuery for some effects
[djsite.git] / quotes / templates / quotes / base.html
index fe72a4385b252e9de0698f123c6c0ac204ac71ca..4693c42d9f22cf05f32af0af99cc847c807e58e2 100644 (file)
@@ -1,7 +1,11 @@
+<!DOCTYPE html>
 <html>
   <head>
     {% load staticfiles %}
     <link rel="stylesheet" type="text/css" href="{% static 'quotes/style.css' %}" />
+    <script src="{% static 'js/jquery.js' %}"></script>
+    <script src="{% static 'quotes/quotes.js' %}"></script>
+    <title>{% block title %}{% endblock %}</title>
   </head>
   <body>
     {% block body %}