mirror of
https://github.com/Luzifer/repo-template.git
synced 2024-11-10 16:40:04 +00:00
7 lines
290 B
Smarty
7 lines
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" %}
|