{% extends "base.html" %} {% block title %} New Post {% endblock title %} {% block page_content %}

New Post



Enter Post:
{% csrf_token %} {% comment %}
{{ form.author }}
{{ form.body }}
{% xcomment %}
{{ form.categories }}
{% xendcomment %} {% endcomment %} {{ form.as_p }}

{{ message.message }}

{% if messages %} {% endif %}
{% endblock %}