{% extends 'home/master.twig' %} {% from 'news/macros.twig' import news_preview %} {% from 'changelog/macros.twig' import changelog_listing %} {% set canonical_url = '/' %} {% block content %}
Statistics
{% if users_count < 1 %} This is a fresh installation, create an account! {% else %} We have {{ users_count|number_format }} users and the last person to join was {{ last_user.username }}, ! {% endif %}
Changelog
{{ changelog_listing(featured_changelog) }}
{% if current_user is defined %}
Welcome

You have 0 new messages because the PM system doesn't exist yet, have a nice day.

{% endif %} {% for post in featured_news %} {{ news_preview(post) }} {% endfor %}
{% if embed_linked_data is defined and embed_linked_data %} {% endif %} {% endblock %}