{% extends "admin/base.html" %} {% load i18n %} {% block title %}PyLucid - {{ title }}{% endblock %} {% block extrahead %}{{ block.super }} {% if debug %}{% endif %} {% compress js %} {% if debug %} {% else %} {% endif %} {% endcompress %} {% include "admin_menu/includes/superfish_extrahead.html" %} {% if debug %}{% endif %} {% endblock extrahead %} {% block extrastyle %}{% compress css %}{{ block.super }} {% if debug %}{% endif %} {% lucidTag extrahead filepath="pygments.css" %} {% if debug %}{% endif %} {% endcompress %} {% endblock extrastyle %} {% block branding %}