Browse Source

Merge pull request #23838 from abpframework/EngincanV-patch-1

pull/23839/head
Ma Liming 4 months ago
committed by GitHub
parent
commit
af5244da6e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/modules/docs.md

2
docs/en/modules/docs.md

@ -507,6 +507,7 @@ Now you can use **Scriban** syntax to create sections in your document.
For example:
{%{
```txt
{{ if UI == "NG" }}
@ -527,6 +528,7 @@ For example:
{{ end }}
```
}%}
You can also use variables in a text, adding **_Value** postfix to its key:

Loading…
Cancel
Save