Fedi­Buzz

Trends in the Fedi­verse

{% for ((_until, period, result), title) in results.iter().zip(["Now", "Today", "This week"]) %}

{{ title }}

{% for (score, tag) in result %}

{{ tag.spelling() }}

{{ format!("{}{:.0}%", if *score > 1. { "+" } else { "" }, 100. * *score - 100.) }}

    {% for (_count, host) in tag.hosts_set().into_iter().rev().take(5) %}
  • {{ host }}
  • {% endfor %}
{% endfor %}
{% endfor %}