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