标签: twig craftcms
我想引用另一首单曲的标题字段(或任何其他字段) 我该如何访问?
{% set props = { myTitle: craft.entries.section('mySingle').title ?? null }%}
<h1>{{props.myTitle}}</h1>
返回null