Ah, I just realised I can use this tag:
do_shortcode();
To insert the gallery into a template!
Thanks, but I need the gallery to appear on an existing page, outside of the post content. I’d like to code it into my theme template. Something like this:
<?php
the_gallery('demo_gallery');
?>
Is this possible?