{% extends "admin/base.html" %} {% block title %}Blog Articles{% endblock title %} {% block content %}
| Title | Status | Actions |
|---|---|---|
| {{ article.title }} | {% if article.published %}Published{% else %}Draft{% endif %} | Edit |
No articles yet.
{% endif %} {% endblock content %}