Here's a simple example of a Nunjucks filter at work in a page template: ```markup <h1>{{ page.title | e }}</h1> ```. The e filter escapes plaintext as HTML ...
確定! 回上一頁