--- layout: default pagination: data: genres size: 1 alias: genre permalink: /music/genre/{{ genre.name | slugify | downcase }}/index.html updated: "now" schema: genre --- {% assign artists = pagination.artists %} {% capture js %} {% render "../../../assets/scripts/text-toggle.js" %} {% endcapture %} {% tablericon "arrow-left" "Go back" %} Go back

My top {{ genre.name }} artists are {{ genre.artists | sortByPlaysDescending | listToString: "name_string", 5 }}. I've listened to {{ genre.name }} tracks {{ genre.total_plays | formatNumber }} times.


{%- if genre.description -%}
{{ genre.description | markdown }}

Continue reading at Wikipedia.

Wikipedia content provided under the terms of the Creative Commons BY-SA license

{%- endif -%}