{% extends 'blog/partials/base.html' %} {% block content %} {% if post %}

Edit Post: {{ post.title }}

{% else %}

Create New Post

{% endif %}

This page allows you to create metadata for a new post. You can add the actual content of the post in the next step.

{% for message in messages %} {% if 'new_post_message' in message.tags %}

{{message.message}}

{% endif %} {% endfor %}
{% csrf_token %} {% if post %} {% endif %} {% if post %} {% endif %}
Title *
Slug Auto generated. Use custom slug?
Cover Image Cover Image
{% if post %} New Cover Image {% else %} Cover Image * {% endif %}
Tags *
Additional Tags
Category *
Post Date {% comment %} {{ post.post_date|date:"Y-m-d" }} {% endcomment %}

{% endblock %}