My thoughts
{{ movie.review | markdown }}{% endif %} {%- if movie.artists -%} {%- capture sectionTitle -%} {% if movie.artists.size > 1 %} I listen to artists featured in this movie! {% else %} I listen to the artist featured in this movie! {%- endif -%} {%- endcapture -%}
{% tablericon "headphones" "Music" %} {{ sectionTitle }}
-
{% for artist in movie.artists %}
- {{ artist.name }}{%- if artist.total_plays > 0 -%}: {{ artist.total_plays }} plays{%- endif -%} {% endfor %}
{%- endif -%} {% if movie.description %}