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