{% extends 'textdocs/base.html' %} {% block form_media %} {{ title_form.media }} {{ content_form.media }} {% endblock %} {% block title %}Create a New Document{% endblock %} {% block content %}
You will create the main document and its first version (v1).