Fork me on GitHub
#luminus
<
2016-04-30
>
richiardiandrea00:04:07

hello gents 😄

richiardiandrea01:04:42

I was looking at the template, and I was wondering why << is the delimiter instead of {{ and how to set it up myself in a template of mine

thug.nasty01:04:39

@richiardiandrea: you might want to talk to @yogthos about that.

yogthos01:04:17

oh the reason is that the generated html templates already use the {{ delimiters

richiardiandrea01:04:01

ah cool, and do I need to set up something in the template to switch to << ?

yogthos01:04:08

to set it up, you just pass additional options to the parser, e.g:

yogthos01:04:28

the parser in the project is already configured for that

richiardiandrea01:04:53

so it can read both?

richiardiandrea01:04:38

sorry I am new to templating, maybe I can try it in the repl 😉

richiardiandrea02:04:13

ah ok, you are using selmer that's the trick 😄