##Stash
- Author: Mark Croxton
Version 2.4.6
This is the development version of Stash. Test thoroughly before using in production.
- Requires: ExpressionEngine 2.4+
Description
Stash allows you to stash text and snippets of code for reuse throughout your templates. Variables can be set dynamically from the $_GET or $_POST superglobals and can optionally be cached in the database for persistence across pages.
Stash variables that you create are available to templates embedded below the level at which you are using the tag, or later in the parse order of the current template.
Stash is inspired by John D Wells' article on template partials, and Rob Sanchez's Dynamo module.