{% extends "layout.html" %} {% block title %}Community Forum - Home{% endblock %} {% block content %}
A place to discuss, share and learn together.
What would you like to discuss today?
No categories have been created yet.
{% if current_user.is_authenticated and current_user.is_admin() %} Create First Category {% endif %}Members
{{ user_count if user_count is defined else '—' }}
Categories
{{ categories|length }}
Topics
{{ topic_count.total }}
Posts
{{ post_count.total }}