I am using Twig as templating engine and I am really loving it. However, now I have run in a situation which definitely mustbe accomplishable in a simpler way than I have fo
Try this
{% if var in ['foo', 'bar', 'beer'] %} ... {% endif %}