Skip to content

Instantly share code, notes, and snippets.

@rxu
Created May 30, 2015 06:00
Show Gist options
  • Save rxu/8d80afb54839d2baf69e to your computer and use it in GitHub Desktop.
Save rxu/8d80afb54839d2baf69e to your computer and use it in GitHub Desktop.
The way to set array values in Twig template
{% set definition={FOO : true} %}
{% if definition.FOO %}
Hello world
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment