Home » 
        MCQs » 
        Symfony MCQs
    
        
    How many types of special syntax does Twig consist of?
    
    
    
	28. How many types of special syntax does Twig consist of?
    
      - 5
 
      - 4
 
      - 3
 
      - 2
 
    
    Answer: C) 3
    Explanation:
    Twig contains three types of special syntax –
    
      - {{ ... }}
 
      - {% ... %}
 
      - {# ... #}