Skip to content

Instantly share code, notes, and snippets.

@scottsauber
Created July 20, 2017 03:36
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/a25eddadec02bf35039acedf1cc5bf0c to your computer and use it in GitHub Desktop.
Save scottsauber/a25eddadec02bf35039acedf1cc5bf0c to your computer and use it in GitHub Desktop.
<environment include="Development">
<h1>This only renders in the Development Environment</h1>
</environment>
<environment exclude="Development">
<h1>This renders in anything except the Development Environment (Staging, Production, or any custom environment).</h1>
</environment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment