Ver. 2.11.25
tplコンテキスト がデフォルトで無効になりました。
アップデートの場合には
private/cofig.system.yaml
に設定が無いので大丈夫ではありますが、変更点として紹介しておきます。
参考記事 - Ver. 2.11.25からのテンプレートの仕様変更について
forbid_tpl_inheritance_when_path_unresolved: on # on | off パス解決に失敗した時、テンプレートを継承しないようにする
forbid_tpl_url_context: on # on | off 読者以下のURLコンテキストのtplを許可しない。(例: https://example.com/news/tpl/custom.html)
allow_tpl_path: [] # forbid_tpl_inheritance_when_path_unresolved や forbid_tpl_url_context が on の場合、除外するパスを設定します。例: [news.html,hoge/custom.html] カンマ区切りで指定