mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 22:20:05 +00:00
7 lines
No EOL
290 B
Smarty
7 lines
No EOL
290 B
Smarty
{% firstof doesnotexist 42 %}
|
|
{% firstof doesnotexist "<script>alert('xss');</script>" %}
|
|
{% firstof doesnotexist "<script>alert('xss');</script>"|safe %}
|
|
{% firstof doesnotexist simple.uint 42 %}
|
|
{% firstof doesnotexist "test" simple.number 42 %}
|
|
{% firstof %}
|
|
{% firstof "test" "test2" %} |