Interpolation in include directive with jade?

Rather self-explanatory, but this is what I'd like to do:

- foo = ['elements','here']
include includes/specifications/#{foo.length}

It doesn't appear that interpolation is supported, as jade interprets it as a string for an include path.

Unfortunately this can't be done at this stage in Jade according to the creators:

References: https://github.com/visionmedia/jade/issues/569