{% extends "base.html" %} {% block title %}Home - {{ config.BBS_NAME }}{% endblock %} {% block content %}
{{ config.BBS_DESCRIPTION }}
{{ config.BBS_NAME }} is a modern BBS in the FidoNet / Synchronet tradition โ message boards, file libraries, door games (Trade Wars, LORD), inter-BBS chat, and federation with other ANetBBS systems. Sign up for a free account or dial in over telnet / SSH / rlogin.
{% if stats.total_users %}{{ stats.total_users }} active members ยท{% endif %} {% if stats.total_posts %}{{ stats.total_posts }} posts ยท{% endif %} {% if stats.total_boards %}{{ stats.total_boards }} boards ยท{% endif %} Sysop: {{ config.SYSOP_NAME or 'Sysop' }} {% if config.SYSOP_EMAIL %}<{{ config.SYSOP_EMAIL }}>{% endif %}
{{ post.content[:100] }}{% if post.content|length > 100 %}...{% endif %}
by {{ post.author.username }} in {{ post.board.name }} {% endfor %}No posts yet. Be the first to post!
{% endif %}{{ board.description }}
{% endfor %}No boards available.
{% endif %}{{ bulletin.content }}
Posted {{ bulletin.created_at.strftime('%Y-%m-%d') }}Boards: {{ stats.total_boards }}
Posts: {{ stats.total_posts }}
Active Users: {{ stats.total_users }}