Details
OutOfContext adds a block template tag to take a block of template code out of the context of current template. This means that context sensitive tags can be built with a fresh context.
You might use this plugin if you have a Category Entry Listing template and want to list the latest entries from all categories. With OutOfContext, you can wrap the mt:Entries block tag in the mt:OutOfContext block tag to remove the category context.