{% extends "base.html" %} {%block content%}
{%if pygmented_css_link_code%}

CSS Link Code:

{{pygmented_css_link_code|safe}}
{%endif%} {% if hashtml %}

HTML Code:

{{pygmented_html_code|safe}}
{% endif %}

CSS Code:

{{pygmented_css_code|safe}}
{%endblock%}