{% for doc in content.docs %}

{{ doc.title }}

{{ doc.html }}
{% if doc.key == 'readme' and module.screenshots %}

Visual Gallery

{% for img in module.screenshots %}
Screenshot
{% endfor %}
{% endif %}
{% endfor %} {% if module.screenshots and not content.docs %} {% endif %} {% if not content.docs and not module.screenshots %}

No documentation files found in static/readme/.

{% endif %}