]> gitweb.fperrin.net Git - djsite.git/blobdiff - quotes/templates/quotes/base.html
Rename code from 'quotations' to 'quotes'
[djsite.git] / quotes / templates / quotes / base.html
diff --git a/quotes/templates/quotes/base.html b/quotes/templates/quotes/base.html
new file mode 100644 (file)
index 0000000..fe72a43
--- /dev/null
@@ -0,0 +1,10 @@
+<html>
+  <head>
+    {% load staticfiles %}
+    <link rel="stylesheet" type="text/css" href="{% static 'quotes/style.css' %}" />
+  </head>
+  <body>
+    {% block body %}
+    {% endblock %}
+  </body>
+</html>