mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
16 lines
213 B
Text
16 lines
213 B
Text
|
{% stripspace %}
|
||
|
|
||
|
{% func quotesEscape(s string) %}
|
||
|
{%j= s %}
|
||
|
{% endfunc %}
|
||
|
|
||
|
{% func jsonEscape(s string) %}
|
||
|
{%q= s %}
|
||
|
{% endfunc %}
|
||
|
|
||
|
{% func htmlEscape(s string) %}
|
||
|
{%s s %}
|
||
|
{% endfunc %}
|
||
|
|
||
|
{% endstripspace %}
|