Nodejs Swig template render entity string

The

swig template converts the > entity symbol to >;
how to output it as it is

it is like this before submission
clipboard.png


clipboard.png

is there anything that needs to be configured; using escape false has no effect

Mar.05,2021

turn off swig automatic escape

swig.setDefaults({ autoescape: false });
Menu