{% load kss_extra %}
{% block styleguide_header %}

{{ section.section }} {{ section.filename }}

{% endblock %} {% block styleguide_description %}

{{ section.description }}

{% if section.modifiers %} {% endif %}
{% endblock %} {% block styleguide_element %}
{{ section.example|safe }}
{% endblock %} {% block styleguide_modifier_elements %} {% for modifier in section.modifiers %}
{{ modifier.name }} {{ modifier.example|safe }}
{% endfor %} {% endblock %} {% block styleguide_code %} {%if section.example %}
{{ section.example| highlight_code:'html' | safe}}
{%endif%} {% endblock %}