{% block styleguide_styles %} {% endblock styleguide_styles %} {% block preview_styles %} {% if settings.preview_cssfile %} {% endif %} {% endblock preview_styles %}

{{ settings.title }}

{% block toc %}

Table of contents

{% endblock toc %}
{% for file in files %}

{{ file.relfilepath }}

{% for comment in file.comments %} {{ comment.to_html(settings) }} {% endfor %} {% endfor %}