django flat pages

the flatpages app {doc}

It lets you store flat HTML content in a database and handles the management for you via Django's admin interface and a Python API.

[!note]
The content field may optionally be left blank if you prefer to put your content in a custom template.

커스텀 템플릿에 컨텐츠를 넣는 것을 선호한다면 field를 빈 채로 내버려두세요. → Custom Form 객체의 fields[] 와 같이 두라는 건가?