I'm using the Mustache alias loader from this post to dynamically load partials (based on URL variables) into my default template.
This works like a charm, however, in some cases I would also like to load "regular" partials. Is there a way to combine both the dynamic alias loader and the regular partial loading?