最近我开始使用Bolt CMS。我用Angular JS制作了一个主题,但我想使用一些静态页面。正如他们在他们的文档https://docs.bolt.cm/3.0/templates/templates-routes#automatic-template-selection
中提到的那样,我已将我的链接添加到routing.yml
示例:
oldpages:
path: /applications/forms/chakka/ng/templates/core.html
defaults: { _controller: 'Bolt\Controllers\Frontend::record', 'contenttypeslug': 'page' }
requirements:
slug: '[a-z0-9-_]+'
但是我得到了
例外 - > Symfony \ Component \ HttpKernel \ Exception \ HttpException
页面/未找到。
我真的很擅长螺栓CMS。有谁知道为什么?
提前致谢!
答案 0 :(得分:0)
我认为你想要的是模板绑定:
templatebinding:
path: /mytemplate
defaults: { _controller: 'Bolt\Controllers\Frontend::template', template: 'mytemplate' }