Revision history [back]
Maybe in some page you are using base.html
template for some other written in django templating language.
base.html
is written in jinja2, a better templating language, which is close to django, but with some differences. Jinja2 is well documented:
http://jinja.pocoo.org/docs/.