1.8.2. csrf タグ (up)

クロスサイトリクエストフォージェリーのメタタグをレンダリングします。

Example: Liquid の csrf タグを使用する

  <head>
    {% csrf %}
  </head>