docs: add new <%| tag for escaped expressions (#1683)
the tag was added bydd23a805c2
(cherry picked from commitcae79eb074
)
This commit is contained in:
parent
04f6d0a261
commit
eb46e5a9f1
@ -11,7 +11,9 @@ Views are partial HTML pages, with additional template tags that allow
|
||||
to embed Lua code and translation strings. The following tags are defined:
|
||||
|
||||
- ``<%`` ... ``%>`` evaluates the enclosed Lua expression.
|
||||
- ``<%=`` ... ``%>`` evaluates the enclosed Lua expression and prints its value.
|
||||
- ``<%|`` ... ``%>`` evaluates the enclosed Lua expression and prints its value.
|
||||
- ``<%=`` ... ``%>`` evaluates the enclosed Lua expression and prints its value
|
||||
*without escaping HTML entities*. This is useful when the value contains HTML code.
|
||||
- ``<%+`` ... ``%>`` includes another template.
|
||||
- ``<%:`` ... ``%>`` translates the enclosed string using the loaded i18n catalog.
|
||||
- ``<%_`` ... ``%>`` translates the enclosed string *without escaping HTML entities*
|
||||
|
Loading…
Reference in New Issue
Block a user