Search code examples
symfonytwig

What is the meaning of the "@" symbol in Twig


What does @ do in the following routing?

{% extends "@User/Default/index.html.twig" %}

I am trying to find the file that is extended, but unable to do so.


Solution

  • Thanks to the comment left by @Cerad I found it using: bin/console debug:twig

    @User src\UserBundle/Resources/views\