{% if song and artist %}
Lyrics for {{song}}
{% else %}
Nothing Playing
{% endif %} {% if song and artist %}
{{song}} by {{artist}}
{% else %}
Nothing Playing.
{% endif %}
{% for line in lyrics %} {{line}}
{% endfor %}