The output of one filter is applied to the next. For example, {{ name|striptags|title }} will remove all HTML Tags from variable name and title-case the ...
確定! 回上一頁