{% load static %} {% load pykss %} Styleguide Example {% for user_css_file in view.css_source_files %} {% endfor %} {% block style %} {% endblock %}
{% block header %} Styleguide Example {% endblock %}
    {% for section, description in section_descriptions.items %}
  • {{ description }}
  • {% endfor %}
{% renderstyleguide styleguide current_section %}
{% block buttom %} {% endblock %}