{% extends "base.html" %} {% block title %}{{ cfg.title }} - {{ config.BBS_NAME }}{% endblock %} {% block content %}

{{ cfg.title }}

Home
{% for item in cfg.tools %} {% if item[0] != 'network_join.apply' or network_join_enabled %}
{{ item[1] }}

{{ item[3] }}

{% endif %} {% endfor %} {% if not cfg.tools %}

Log in to see tools here.

{% endif %}
{% endblock %}