+ + + {% for resource in resources %} +
+
+

{% if resource.displayName %}{{ resource.displayName}}{% else %}{{ resource.relativeUri }}{% endif %}

+
+ +
+ {% if resource.description %} +
+{% markdown %} +{{ resource.description }} +{% endmarkdown %} +
+ {% endif %} + +
+ {% include "./resource.nunjucks" %} +
+
+
+ {% endfor %} + + {% for chapter in documentation %} +

{{ chapter.title }}

+{% markdown %} +{{ chapter.content }} +{% endmarkdown %} + {% endfor %} +