]> gitweb.fperrin.net Git - djsite.git/blob - quotes/templates/quotes/base.html
Add proper titles
[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     <title>{% block title %}{% endblock %}</title>
6   </head>
7   <body>
8     {% block body %}
9     {% endblock %}
10   </body>
11 </html>