The nl2br filter inserts HTML line breaks before all newlines in a string: 1 2 3 4 5 6 7 {{ "I like Twig.\nYou will like it too."|nl2br }} {# outputs I like ...
確定! 回上一頁