{% extends 'base.html'%} {% block content %}
{% include 'dashboard/sidebar.html' %}

All Posts

Add New {% for post in posts %} {% endfor %}
# Title Category Auther Featured Status
{{forloop.counter}} {{ post.title }} {{ post.category }} {{ post.auther }} {{post.status}} {{ post.is_featured }}    
{% endblock %}