]> gitweb.fperrin.net Git - djsite.git/blob - quotes/templates/quotes/base.html
69b3d217d72e3ebe1d7df12b6b73f048448044ec
[djsite.git] / quotes / templates / quotes / base.html
1 <html>
2   <head>
3     {% load staticfiles %}
4     <link rel="stylesheet" type="text/css" href="{% static 'quotes/style.css' %}" />
5     <script src="{% static 'quotes/quotes.js' %}"></script>
6     <title>{% block title %}{% endblock %}</title>
7   </head>
8   <body>
9     {% block body %}
10     {% endblock %}
11   </body>
12 </html>