{% extends "admin/base_site.html" %} {% if pygments_css %} {% block extrahead %}{{ block.super }} {% endblock %} {% endif %} {% block content %}
{% if highlighted %} {{ highlighted }}

HTML code for copy&paste:

{{ html_code }} {% else %}

You can use this if you would like to hightlight sourcecode in you page.
If you use creole markup, you can put code into <<code=.ext>><</code>> to hightlight it. But this doesn't work, if you will display code witch contains django tags. Than you can use this tool here and put it into <<html>><</html>>

{% endif %}
{% include "admin/pylucid/includes/pylucid_formset.html" %}
{% endblock %}