{% extends "blogging/base.html" %} {% block title %} Create Content - Phase-2 {% endblock %} {% block content_blog %} {% if success %}

Save Success! Thank You For Time.

{% else %} {% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}
{{ form.as_p }}
{% csrf_token %}
{% endif %} {% endblock %} {% block extra_script %} {{ form.media }} {% endblock %}