{% extends 'blog/partials/base.html' %} {% block content %} {% load static %}
{% include 'blog_admin/partials/posts_topbar.html' %}

{{ title }}

{% for message in messages %}

{{ message }}

{% endfor %} {% for post in posts %} {% endfor %}
Cover Article Author Created Category Actions
{% if post.is_public %} Home {% else %} Home {% endif %} Cover Image {{ post.title }} {{ post.author }} {{ post.date | date:"d M Y" }} {{ post.category }}

Edit Post Metadata

Edit Post Contents

Delete Post

{% if post.is_public %}

Unpublish Post

{% else %}

Publish Post

{% endif %}
{% if num_pages and page %} {% endif %}
{% endblock %}