{% extends "base.html" %} {% block content %}
{% if form.instance.id %}

Edit News

{% else %}

Add News

{% endif %}
{{form}}
{% endblock %}