fet
fet copied to clipboard
A golang template engine that can compile code into `html/template`, use syntax like the php template engine smarty.
Results
2
fet issues
Sort by
recently updated
recently updated
newest added
Hi, Great library, thank you. Its working fine for the most part but when we've a template variable like this ``` $account.1.server.1.address ``` then it throws an error ``` Error:...
Is a way to pass HTML content in a variable and disable the escaping process? P.e.: ``` {%$myvar = "Hello world"%} {%$myvar} ``` Expected output: ``` Hello world ```