]> gitweb.fperrin.net Git - djsite.git/blob - quotes/templates/quotes/base.html
Hide by default details about the quotes
[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>