You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have to do this {{ params|join(", ")|safe }} where params is a Vec<Param> and param is a template. However, this seems quite buggy, I thought all templates were safe by default but this doesn't seem to be passed through to join :c
The text was updated successfully, but these errors were encountered:
I currently have to do this
{{ params|join(", ")|safe }}
whereparams
is aVec<Param>
and param is a template. However, this seems quite buggy, I thought all templates were safe by default but this doesn't seem to be passed through to join :cThe text was updated successfully, but these errors were encountered: