注释

你可以使用 {# and # } 来写注释,渲染时将会去除所有的注释。

  1. {# Loop through all the users # }
  2. {% for user in users %}...{% endfor %}