Skip to content

Instantly share code, notes, and snippets.

@scottsauber
Created July 20, 2017 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottsauber/2a838c8c628caa51d2ae99833bc9b250 to your computer and use it in GitHub Desktop.
Save scottsauber/2a838c8c628caa51d2ae99833bc9b250 to your computer and use it in GitHub Desktop.
<environment names="Development">
<h1>This only renders in the Development Environment!</h1>
</environment>
<environment names="Staging,Production">
<h1>This only renders in the Staging and Production Environments!</h1>
</environment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment