{% extends "base.html" %} {% block head %} {% endblock %} {% block body %}

General

There are currently an estimated {{ user_count }} registered users on Tildes.

User Count Chart {% for group in groups %} {% endfor %}
Group Subscribers Description
{{ group.name }} {{ group.subscribers }} {% if let Some(description) = group.description %} {{ description }} {% endif %}
{% endblock %}