DjangoのTemplateメモ

Document
Built-in template tags and filters

TEMPLATES['OPTIONS']['context_processors'] = 'django.template.context_processors.request'

{{csrf_token}}

{% load static from staticfiles %}


Djangoメモ