[KB] I know that start and end tags of template toolkit can be
defined at config.yml but my problem is that .tt file does not accept
the tags I defined at config.yml. I defined as follow.
template: "template_toolkit"
engines:
template:
template_toolkit:
start_tag: '<%'
end_tag: '%>'