{% extends 'dashboard/base.html' %} {% block title %}Blog{% endblock %} {% block content %}
| Title | Category | Status | |
|---|---|---|---|
| {{ post.title }} | {{ post.category|default:"—" }} | {% if post.status == 'published' %}Published {% else %}Draft{% endif %} | Edit |
| No blog posts yet. | |||