Closed yuzd closed 4 years ago
Hi there,
When configuring your renderer as defined in the getting started guide here you can call the method SetDefaultTags
which takes an object allowing you to define the tags. This would look like this:
var stubble = new StubbleBuilder()
.Configure(settings => {
settings.SetDefaultTags(new Tags("<%", "%>"));
})
.Build();
Another option is to use the Set Delimiter tag in your template like this: {{=<% %>=}}
Hope that helps,
thanks
can i
change
{{ }}
to
<%= %>