{% extends theme("layout.html") %} {% block css %} {{ super() }} {% endblock %} {% block content %}

News

{% for topic in news.items %}

{{ topic.title }}

{{ topic.first_post.content | markup | safe }}
{% if not loop.last %}
{% endif %} {% endfor %}

Recent Topics

{% for topic in recent_topics %} {% endfor %}

Statistics

Topics
{{ topic_count }}
Posts
{{ post_count }}
Registered Users
{{ user_count }}
{% if newest_user %} {% endif %}
Online Users
{{ online_users }}
{% if config["REDIS_ENABLED"] %}
Guests online
{{ online_guests }}
{% endif %}
{% endblock %}