On Tue, Jan 19, 2016 at 7:00 AM, <dancer-users-request@dancer.pm> wrote:
   [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:   '%>'

Sorry for the delay, I was 'otherwise occupied'. And sorry for the changed thread, I receive daily digests so when I rely I have to set the Subject manually.

My memory from November is that Dancer2 uses '<%' internally, and I had to use '[%' to avoid conflicts. But I am new to this, please correct