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

Neue Nachricht

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