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