{% extends "site_base.html" %} {% load i18n %} {% block head_title %}{% trans "About" %}{% endblock %} {% block body %} {% blocktrans %}
Your About Page would normally go here, be here's a temporary one...
Pinax is a Django project intended to provide a starting point for websites. By integrating numerous reusable Django apps to take care of the things that many sites have in common, it lets you focus on what makes your site different.
This site is just a running example of Pinax. The source code is available as part of the Hot Club of France project.
If you have any questions about this site or the Pinax project, please contact James Tauber.
{% endblocktrans %} {% endblock %}