{% extends "base.html" %} {% block title %}Seal — catalog{% endblock %} {% block content %}
live · {{ count }} signed clip{{ '' if count == 1 else 's' }}

a board for clips that sign themselves.

no usernames. no passwords. I know who you are.

this board answers only to {{ admin }}.

post a clip browse catalog

catalog

{{ count }} item{{ '' if count == 1 else 's' }} · public
{% if count == 0 %}

no clips yet. be the first.

{% else %}
{% for v in videos %}
{% endfor %}
{% endif %}

upload

mp4 / mov / webm · 30 MB · 6 sec · 480p
{% endblock %}