Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Last active September 16, 2018 21:24
Embed
What would you like to do?
<div class="some-content">
{{#if prod}}
<p>Seen only in production</p>
{{/if}}
<p>This is some example text</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment