{% extends "base.html" %} {% block title %}ANSI Art Library{% endblock %} {% block content %}

ANSI Art Library

Build CP437 ANSI screens for your BBS menus, welcome banners, and more.

New ANSI Art Import .ans
{% if arts %} {% for a in arts %} {% endfor %}
NameSizeUpdatedBy
{{ a.name }} {{ a.slug }} {{ a.width }}×{{ a.height }} {{ a.updated_at.strftime('%Y-%m-%d %H:%M') if a.updated_at else '—' }} {{ a.created_by.username if a.created_by else '?' }} edit .ans
{% else %}
No art yet — click "New ANSI Art" to start.
{% endif %}
{% endblock %}