{% extends 'base.html' %} {% load static %} {% block title%} Create News{% endblock %} {% block content %}

Create News Item

{% csrf_token %} {{ form.as_p }}
{% endblock content %}