{% extends "base.html" %} {% block title %}Create BBS — atbbs{% endblock %} {% block content %}

Create a BBS

Set up your BBS. Your handle becomes the address.

{% if error %}

{{ error }}

{% endif %}

One board per row: slug, name, description

{% endblock %}