In an older version of Jade I was able to include partials and pass variables into them like this:
!=partial('partials/video', {title:video.title, artist:video.artist})
now the partial connotation does not exist any more. How do I achieve the same thing using the include connotations?