Unlock this challenge:
Which of these lines is NOT correct Twig syntax?
{* comment *}
{% set language = 'PHP' %}
{{ price }}
{# incorrect #}