Content may be escaped using inline escapes or block helpers.
-
Inline escapes are created by prefixing the block with \.
-
Raw blocks are created using four brackets {{{{.
|
Template |
Context |
Output |
|---|---|---|
\{{escaped}}
{{{{raw}}}}
{{escaped}}
{{{{/raw}}}} |
{
} |
{{escaped}} |
\{{add 3 4 }}
{{subtract 100 5}}
{{divide 365 5}} |
{{add 3 4 }}
95
73 |