{% extends 'dashboard/base.html' %} {% block title %}{% if post %}Edit Post{% else %}New Post{% endif %}{% endblock %} {% block content %}

{% if post %}Edit Post{% else %}New Post{% endif %}

← All posts

{% csrf_token %}
{{ form.title }} {{ form.category }} {{ form.excerpt }} {{ form.featured_image }} {{ form.body }} {{ form.status }}

SEO

{{ form.meta_title }} {{ form.meta_description }}
Don't forget to save your changes
{% endblock %}