{% for doc in content.docs %}
{{ doc.title }}
{% endfor %} {% if module.screenshots and not content.docs %}
Gallery
{% endif %}
{% for doc in content.docs %}
{{ doc.title }}
{{ doc.html }}
{% if doc.key == 'readme' and module.screenshots %}
Visual Gallery
{% for img in module.screenshots %}
{% endfor %}
{% endif %}
{% endfor %} {% if module.screenshots and not content.docs %}
Visual Gallery
{% for img in module.screenshots %}
{% endfor %}
{% endif %} {% if not content.docs and not module.screenshots %}
No documentation files found in static/readme/.
{% endif %}