Skip to content

Instantly share code, notes, and snippets.

@clemherreman
Created November 6, 2012 11:40
Show Gist options
  • Save clemherreman/4024175 to your computer and use it in GitHub Desktop.
Save clemherreman/4024175 to your computer and use it in GitHub Desktop.
Show GA only in some environments
twig:
globals:
glob_showGA: false
twig:
globals:
glob_showGA: true
{% if glob_showGA %}
{# code to show GA #}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment