If I use the filter has_role like this: ``` {{ "admin" | identity_plugin_has_role }} ``` I receive the following exception: ``` undefined method `has_role' for #<Liquid::Strainer:0x007fac932171f8> ``` Please tell me what is wrong? Thanks in advance!