We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

something about volt {% extends "Default/Layouts/home_base_layout.html"%}

in the volt ,it has a default function "extends"

if i wan to write {% extends "@Default/Layouts/home_base_layout.html"%} ,i want to phalcon accourding "@" to auto complet the path,such as "@Default/Layouts/home_base_layout.html" => "Apps/Admin/Themes/Default/Layouts/home_base_layout.html".how to do it?

Don't really see a solution. Most likely use volt function or something and implement extends with option you need.

Another workaround could be just use some constant.