{% extends "base.html" %} {% block title %}Image Galleries — {{ config.BBS_NAME }}{% endblock %} {% block content %}

Image Galleries

Browse the BBS's photo and GIF collections.

{% for g in galleries %}

{{ g.label }}

{% if g.exists %}

{{ g.count }} image{{ 's' if g.count != 1 else '' }}

Open Gallery {% else %}

Directory not found.

{% endif %}
{% endfor %}
{% endblock %}