Created
July 20, 2017 03:36
-
-
Save scottsauber/a25eddadec02bf35039acedf1cc5bf0c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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