croxton / Stash

Stash allows you to stash text and snippets of code for reuse throughout your templates.
GNU General Public License v3.0
198 stars 20 forks source link

Late-parsed globals are unparsed in static-cached embeds #136

Closed croxton closed 9 years ago

croxton commented 9 years ago

EE template

{stash:embed
  context="@URI"
  name="test"
  file_name="partials:late"
  process="static"
  parse_stage="both"
} 

partials:late

These "late parsed" variables remain unparsed in the resultant static cached page:

{site_url}
{path="blog"}