{% extends 'home/master.twig' %} {% from 'macros.twig' import container_title, avatar %} {% from 'news/macros.twig' import news_preview %} {% from 'changelog/macros.twig' import changelog_listing %} {% set canonical_url = '/' %} {% set landing_stats = [ { icon: 'fas fa-users fa-fw', name: 'Members', value: statistics['users:active']|number_format, }, { icon: 'fas fa-comment-dots fa-fw', name: 'Comments', value: statistics['comments:posts:visible']|number_format, }, { icon: 'fas fa-user-check fa-fw', name: 'Online', value: statistics['users:online:recent']|number_format, }, { icon: 'fas fa-user-clock fa-fw', name: 'Active (24 hr)', value: statistics['users:online:today']|number_format, }, { icon: 'fas fa-list fa-fw', name: 'Topics', value: statistics['forum:topics:visible']|number_format, }, { icon: 'fas fa-comments fa-fw', name: 'Posts', value: statistics['forum:posts:visible']|number_format, }, ] %} {% block content %}