News

{% for topic in news %}

{{ topic.title }}

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

Recent Topics

{% for topic in recent_topics %}
{{ topic.date_created | time_since }}
{% 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 %}