{# Embed Spotify content with custom dimensions #} {% macro spotify(url, width="100%", height="352") %} {% if url is starting_with("http") %} {% set spotify_url = url %} {% else %} {% set spotify_url = "https://open.spotify.com/embed/" ~ url %} {% endif %} {% endmacro spotify %}