Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个指向 web/uploads/documents 的链接
通常我会得到链接
{{ path('name in route.yml') }}
但是 web/uploads/documents 没有链接名称
如何在树枝文件中访问那里?
只是打字web/uploads/documents?例如
web/uploads/documents
<a href="/web/uploads/documents">{{ foovar }}</a>