Description
This happens because a bad early optimization I did was that the list of pulled extensions was created only once inside beginParsing, which is called when a normal page is rendered using a velocity template. However, other kinds of views can use (directly or indirectly) this plugin, for example PDF exports.