{# Embed Spotify content with custom dimensions #} {% shortcode 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 %} {% endshortcode spotify %}