{% extends "base.html" %} {% block title %}Wiki — {{ config.BBS_NAME or 'ANetBBS' }}{% endblock %} {% block content %} {% include "wiki/_layout.html" %}
{{ total }} page{{ '' if total == 1 else 's' }} — collaborative documentation maintained by the community.
The wiki is empty.
The home page hasn't been written yet. {% if current_user.is_authenticated %} Create the home page {% else %} Log in to create it. {% endif %}