{# Embed a YouTube video #} {% macro youtube(id, width="560", height="315") %} {% if id is not starting_with("http") %} {% set id = "https://www.youtube.com/embed/" ~ id %} {% endif %}

{% endmacro youtube %}