--- layout: default pagination: data: genres size: 1 alias: genre permalink: "/music/genres/{{ genre.name | slugify | downcase }}/index.html" updated: "now" schema: genre --- {% assign artistCount = genre.artists.size %} {%- capture connectingWord -%} {% if artistCount > 1 %} are {% else %} is {% endif %} {%- endcapture -%} {% capture js %} {% render "../../../assets/scripts/text-toggle.js" %} {% endcapture %} {% tablericon "arrow-left" "Go back to the music index page" %} Back to music

My top {{ genre.name }} artists {{ connectingWord }} {{ genre.artists | sortByPlaysDescending: "total_plays" | mediaLinks: "artist", 5 }}. I've listened to {{ genre.total_plays | formatNumber }} tracks form this genre.


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

Continue reading at Wikipedia.

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

{%- endif -%}